<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: IntelliJ IDEA Productivity Tips. Part 1	</title>
	<atom:link href="https://www.computerproducer.com/intellij-idea-productivity-tips-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.computerproducer.com/intellij-idea-productivity-tips-part-1/</link>
	<description>Unlock your Education</description>
	<lastBuildDate>Fri, 19 Dec 2014 04:28:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: TheExitWorld		</title>
		<link>https://www.computerproducer.com/intellij-idea-productivity-tips-part-1/#comment-10785</link>

		<dc:creator><![CDATA[TheExitWorld]]></dc:creator>
		<pubDate>Fri, 19 Dec 2014 03:11:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.computerproducer.com//u/intellij-idea-productivity-tips-part-1/#comment-10785</guid>

					<description><![CDATA[We need more please. Especially things like tracing code. ]]></description>
			<content:encoded><![CDATA[<p>We need more please. Especially things like tracing code. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Liu Yong		</title>
		<link>https://www.computerproducer.com/intellij-idea-productivity-tips-part-1/#comment-10784</link>

		<dc:creator><![CDATA[Liu Yong]]></dc:creator>
		<pubDate>Fri, 19 Dec 2014 02:36:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.computerproducer.com//u/intellij-idea-productivity-tips-part-1/#comment-10784</guid>

					<description><![CDATA[Intellij IDEA Tips

???????????????
Use ^N (Alt + Insert) everywhere to create folders, classes or generate 
getters, test methods, etc.
Use ??F12 (Ctrl + Shift + F12) to expand the editor and hide tool windows.
Always use ??? (Ctrl + Shift + Enter) to complete statement.
Press ?, (Ctrl + Alt + S) to open settings quickly.
Use default live templates or create custom ones. Use ? to complete live 
template.
Use ?? (Alt + Enter) for a quick-fix.
Use ?^L (Ctrl + Alt + L) to format code. IntelliJ IDEA has advanced 
formatter and smart code arranger options for all supported languages and 
frameworks.
Use ??T (Shift + Ctrl + T) to create or navigate to the test for current 
class. This is a time-saver when you adopt test-driven development.
Use ??V (Ctrl + Alt + V) to introduce a variable quickly. No need in 
selection. IntelliJ IDEA is smart enough to guess what you want at the 
moment.
Use code completion twice to get more results. This includes completion of 
static methods without typing class name (and not only).
Use ??C (Ctrl + Alt + C) to introduce a constant quickly. IntelliJ IDEA 
will find and replace all code duplicates if you use ?A.
Use ?^F10 (Ctrl + Shift + F10) to run code at the caret.
Use ??? (Alt + Left) and ??? (Alt + Right) to navigate between open tabs.
Jump to float navigation bar with ?? (Alt + Home). This is the most 
convinient way to navigate between packages. It supports other shortcuts 
like create class, folder, etc.
Use ?F10 (Shift + F10) to run the active run configuration.
Use ?E (Ctrl + E) for navigation between recent files. It supports speed 
search. Just start typing file or tool window you need and it will filter 
the results.
Use ?1 (Alt + 1) to show or hide the project view.
http://blogs.jetbrains.com/idea/2012/10/intellij-idea-productivity-tips-part-1/
?]]></description>
			<content:encoded><![CDATA[<p>Intellij IDEA Tips</p>
<p>???????????????<br />
Use ^N (Alt + Insert) everywhere to create folders, classes or generate<br />
getters, test methods, etc.<br />
Use ??F12 (Ctrl + Shift + F12) to expand the editor and hide tool windows.<br />
Always use ??? (Ctrl + Shift + Enter) to complete statement.<br />
Press ?, (Ctrl + Alt + S) to open settings quickly.<br />
Use default live templates or create custom ones. Use ? to complete live<br />
template.<br />
Use ?? (Alt + Enter) for a quick-fix.<br />
Use ?^L (Ctrl + Alt + L) to format code. IntelliJ IDEA has advanced<br />
formatter and smart code arranger options for all supported languages and<br />
frameworks.<br />
Use ??T (Shift + Ctrl + T) to create or navigate to the test for current<br />
class. This is a time-saver when you adopt test-driven development.<br />
Use ??V (Ctrl + Alt + V) to introduce a variable quickly. No need in<br />
selection. IntelliJ IDEA is smart enough to guess what you want at the<br />
moment.<br />
Use code completion twice to get more results. This includes completion of<br />
static methods without typing class name (and not only).<br />
Use ??C (Ctrl + Alt + C) to introduce a constant quickly. IntelliJ IDEA<br />
will find and replace all code duplicates if you use ?A.<br />
Use ?^F10 (Ctrl + Shift + F10) to run code at the caret.<br />
Use ??? (Alt + Left) and ??? (Alt + Right) to navigate between open tabs.<br />
Jump to float navigation bar with ?? (Alt + Home). This is the most<br />
convinient way to navigate between packages. It supports other shortcuts<br />
like create class, folder, etc.<br />
Use ?F10 (Shift + F10) to run the active run configuration.<br />
Use ?E (Ctrl + E) for navigation between recent files. It supports speed<br />
search. Just start typing file or tool window you need and it will filter<br />
the results.<br />
Use ?1 (Alt + 1) to show or hide the project view.<br />
<a href="http://blogs.jetbrains.com/idea/2012/10/intellij-idea-productivity-tips-part-1/" rel="nofollow ugc">http://blogs.jetbrains.com/idea/2012/10/intellij-idea-productivity-tips-part-1/</a><br />
?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pavel Sakun		</title>
		<link>https://www.computerproducer.com/intellij-idea-productivity-tips-part-1/#comment-10783</link>

		<dc:creator><![CDATA[Pavel Sakun]]></dc:creator>
		<pubDate>Fri, 19 Dec 2014 02:06:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.computerproducer.com//u/intellij-idea-productivity-tips-part-1/#comment-10783</guid>

					<description><![CDATA[I finally found the video where keyboard magic happens. Please, please do 
not abandon the series, IDEA worth having such an inspirational videos.?]]></description>
			<content:encoded><![CDATA[<p>I finally found the video where keyboard magic happens. Please, please do<br />
not abandon the series, IDEA worth having such an inspirational videos.?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MrRichiehamburg		</title>
		<link>https://www.computerproducer.com/intellij-idea-productivity-tips-part-1/#comment-10782</link>

		<dc:creator><![CDATA[MrRichiehamburg]]></dc:creator>
		<pubDate>Fri, 19 Dec 2014 01:07:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.computerproducer.com//u/intellij-idea-productivity-tips-part-1/#comment-10782</guid>

					<description><![CDATA[showing key strokes without the actual menu command name is asking for 
something to become deprecated.?]]></description>
			<content:encoded><![CDATA[<p>showing key strokes without the actual menu command name is asking for<br />
something to become deprecated.?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Harmon Huynh		</title>
		<link>https://www.computerproducer.com/intellij-idea-productivity-tips-part-1/#comment-10781</link>

		<dc:creator><![CDATA[Harmon Huynh]]></dc:creator>
		<pubDate>Fri, 19 Dec 2014 00:15:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.computerproducer.com//u/intellij-idea-productivity-tips-part-1/#comment-10781</guid>

					<description><![CDATA[It would be nice if this was narrated so we know what is going on.?]]></description>
			<content:encoded><![CDATA[<p>It would be nice if this was narrated so we know what is going on.?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
