<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ide | Automation Dojos</title>
	<atom:link href="https://www.automationdojos.com/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.automationdojos.com/tag/ide/</link>
	<description>Applied Automation Ops</description>
	<lastBuildDate>Mon, 20 Mar 2023 21:14:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.automationdojos.com/wp-content/uploads/2021/06/Adjo_X_fav_32.png</url>
	<title>ide | Automation Dojos</title>
	<link>https://www.automationdojos.com/tag/ide/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Always Open Files in New Tab in VSCode</title>
		<link>https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/</link>
					<comments>https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Thu, 20 Jan 2022 14:11:00 +0000</pubDate>
				<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[VS Code]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<category><![CDATA[visual-studio]]></category>
		<category><![CDATA[vscode]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=25335</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-400x240.png 400w" sizes="(max-width: 575px) 100vw, 575px" /></p>
<p>The VSCode has rocketed its way to one of the top development IDEs due to its fresh look, usability, tons of feature sets, and customization options besides being very lightweight. But such extensive customization options at times do overwhelm the user and sometimes make it a tedious task to find the precise customization option to [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc toc-none wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#1-problem-description">1. Problem Description</a>

</li>
<li><a href="#2-what-is-preview-mode-and-why">2. What is Preview Mode and Why?</a>

</li>
<li><a href="#3-open-files-in-new-tab-while-in-preview-mode">3. Open Files in New Tab While in Preview Mode</a>


<ul><li>
<a href="#31-open-files-using-doubleclick">3.1. Open Files Using Double-Click</a>

</li>
<li><a href="#32-rightclick-tab-options-keep-open">3.2. Right-Click Tab Options (Keep Open)</a>

</li>
<li><a href="#33-doubleclick-the-tab">3.3. Double-Click the Tab</a>

</li>
</ul>
<li><a href="#4-set-vscode-to-always-open-files-in-new-tab">4. Set VSCode To Always Open Files in New Tab</a>


<ul><li>
<a href="#41-vscode-settings-ui">4.1 VSCode Settings UI</a>

</li>
<li><a href="#42-vscode-settings-json">4.2 VSCode Settings Json</a>
</li>
</ul>
</li></ul></div>


<p>The VSCode has rocketed its way to one of the top development IDEs due to its fresh look, usability, tons of feature sets, and customization options besides being very lightweight. But such extensive customization options at times do overwhelm the user and sometimes make it a tedious task to find the precise customization option to tweak to meet your goals.</p>



<p>Though the VSCode team has done an excellent job by introducing the <em><strong>‘command palette’</strong></em> <span class="su-label su-label-type-default">(Ctrl+Shift+P)</span>, which indeed makes it very easy to find almost anything that VSCode has to offer, however, in order to make use of ‘command palette’ you still need to know the precise <em>‘keyword’</em> to search. I recently encountered one such problem and despite the ‘command palette’, I had to scan through several settings, eventually locating the solution.</p>


<h1 class="wp-block-heading" id="1-problem-description">1. Problem Description</h1>


<p>I noticed whenever I opened any file in VSCode, it used to open the file in the already opened tab of the editor. Every time I clicked on any file to open it would replace the previously opened file with the new file in the same tab rather than opening the new file in a new tab. Because of this, I not only used to lose the previously opened file but was also stuck with a single tab.</p>



<p>My investigation revealed that this was happening due to the VSCode editor’s feature called <strong>‘Preview Mode’</strong>. This mode is enabled by <em>default </em>and you can easily identify that you are opening the editor tab in ‘Preview Mode’ by noticing that the tab name is written in ‘italicized’ letters, as shown below.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1.png" class="td-modal-image"><figure class="wp-block-image size-full td-img-style-shadow"><img decoding="async" width="1014" height="507" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1.png" alt="" class="wp-image-25343" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1.png 1014w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-300x150.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-768x384.png 768w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-150x75.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-696x348.png 696w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-840x420.png 840w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-200x100.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-400x200.png 400w" sizes="(max-width: 1014px) 100vw, 1014px" /></figure></a></div>



<p>Hence if you see your editor tab name is <strong>‘italicized’</strong> that means you are viewing in ‘Preview Mode’. This is the reason you are not able to open new</p>


<h1 class="wp-block-heading" id="2-what-is-preview-mode-and-why">2. What is Preview Mode and Why?</h1>


<p>I guess the problem description in the above section duly explains what is <em>‘Preview Mode’</em>, so the next question arises, why? At the onset, it may seem an annoying feature and one may even assume that reason behind having this enabled by default must be a bug or design issue in VSCode release. However this is not the case and In fact, most likely this is a deliberately designed feature introduced for optimizing the user experience or even performance.</p>



<p>Consider the example, where a developer might click on a number of files to view/read the code or maybe during debugging but eventually ends up working on just a single file. This is a very usual scenario and may happen repeatedly and frequently. But this also means that the developer would have opened a lot of files (and hence tabs) during the course of work. Obviously, this would clutter the view of the editor gradually decreasing the usability or even efficiency. Hence the ‘Preview Mode’!</p>


<h1 class="wp-block-heading" id="3-open-files-in-new-tab-while-in-preview-mode">3. Open Files in New Tab While in Preview Mode</h1>


<p>While in <em>‘Preview Mode’</em>, you can still open files in a new tab. Given below are a couple of ways you can do this:</p>


<h2 class="wp-block-heading" id="31-open-files-using-doubleclick">3.1. Open Files Using Double-Click</h2>


<p>You can use the double click to open each successive file. Using double click the successive files would open in a new tab while retaining the existing tabs.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode1.gif" class="td-modal-image"><figure class="wp-block-image size-full td-img-style-shadow"><img decoding="async" width="1096" height="578" src="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode1.gif" alt="" class="wp-image-25351"/></figure></a></div>


<h2 class="wp-block-heading" id="32-rightclick-tab-options-keep-open">3.2. Right-Click Tab Options (Keep Open)</h2>


<p>Another way to keep the existing ‘Preview Mode’ tab open is by right-clicking on the ‘Preview Mode’ tab and selecting the option called ‘Keep Open’ from right-click context menu.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1024x624.png" class="td-modal-image"><figure class="wp-block-image size-large td-img-style-shadow"><img loading="lazy" decoding="async" width="1024" height="624" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1024x624.png" alt="" class="wp-image-25345" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1024x624.png 1024w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-300x183.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-768x468.png 768w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-150x91.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-696x424.png 696w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1068x651.png 1068w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-689x420.png 689w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-200x122.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-400x244.png 400w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2.png 1122w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></a></div>


<h2 class="wp-block-heading" id="33-doubleclick-the-tab">3.3. Double-Click the Tab</h2>


<p>If the tab you are working on is already open in ‘Preview Mode’ and you want this tab to remain open then you can do so by simply double-clicking on the tab. Doing so would make the tab to lose ‘Preview Mode’ and next time when you click on another file, that file would open in a new tab.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode2.gif" class="td-modal-image"><figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1096" height="578" src="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode2.gif" alt="" class="wp-image-25353"/></figure></a></div>


<h1 class="wp-block-heading" id="4-set-vscode-to-always-open-files-in-new-tab">4. Set VSCode To Always Open Files in New Tab</h1>


<p>If you are not a big fan of <em>‘Preview Mode’</em> and you want to permanently get rid of this feature, you can turn this feature off. Once the ‘Preview Mode’ is turned off, every file you open would open in a new tab. Here are couple of ways you can achieve this.</p>


<h2 class="wp-block-heading" id="41-vscode-settings-ui">4.1 VSCode Settings UI</h2>


<p>You can turn off <em>‘Preview Mode’</em> via the VSCode settings UI. To do so, open VSCode settings and search for ‘enable preview’. Locate the two settings named the following:</p>



<pre class="wp-block-code"><code>Workbench › Editor: Enable Preview
Workbench › Editor: Enable Preview from Quick Open</code></pre>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-1024x628.png" class="td-modal-image"><figure class="wp-block-image size-large td-img-style-shadow"><img loading="lazy" decoding="async" width="1024" height="628" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-1024x628.png" alt="" class="wp-image-25346" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-1024x628.png 1024w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-300x184.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-768x471.png 768w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-150x92.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-696x427.png 696w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-685x420.png 685w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-200x123.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-400x245.png 400w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3.png 1029w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></a></div>



<p>&nbsp;Uncheck both the settings and this would disable the <em>‘Preview Mode’</em>.</p>


<h2 class="wp-block-heading" id="42-vscode-settings-json">4.2 VSCode Settings Json</h2>


<p>Finally, if you prefer to turn off ‘Preview Mode’ via modifying the settings.json for the user. Open the settings.json and look for the following two keys and set their value to ‘false’ as shown below:</p>



<pre class="wp-block-code"><code>"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false</code></pre>



<p></p>
<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/ide/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D25335" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=ide&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D25335" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D25335" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/ide/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D25335&title=ide" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=ide https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D25335" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=25335" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=25335', 'ide', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Add SSH Private Keys to Eclipse</title>
		<link>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/</link>
					<comments>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 14 Nov 2021 13:15:00 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-agent]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23483</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>One of the common use cases for accessing Git repositories on Github is authentication via SSH keys. This offers a secure way of working with Github repositories using SSH protocol. If you use Eclipse IDE for development and want to use the same for Git workflows like ‘commit’, ‘pull’, ‘push’ etc. you can easily do [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc toc-numeric wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#open-eclipse-preferences">Open Eclipse Preferences</a>

</li>
<li><a href="#navigate-to-ssh-preferences">Navigate to SSH Preferences</a>

</li>
<li><a href="#open-general-ssh2-settings">Open General SSH2 Settings</a>

</li>
<li><a href="#set-ssh-home-location">Set SSH Home Location</a>

</li>
<li><a href="#set-ssh-private-keys">Set SSH Private Key/s</a>

</li>
<li><a href="#setverify-authentication-method">Set/Verify Authentication Method</a>

</li>
<li><a href="#optional-save-ssh-key-passphrase-in-secure-store">Optional: Save SSH Key &#8216;Passphrase&#8217; in Secure Store</a>
</li></ul></div>


<p>One of the common use cases for accessing Git repositories on Github is authentication via SSH keys. This offers a secure way of working with Github repositories using SSH protocol.</p>



<p>If you use Eclipse IDE for development and want to use the same for Git workflows like <em>‘commit’, ‘pull’, ‘push’</em> etc. you can easily do so by installing one of the Git plugins for Eclipse for example <strong><em>‘EGit’</em></strong>. By default Eclipse (EGit) would prompt you for username/password while doing Git workflows like ‘push’, you also have the option to save your Git credentials within Eclipse so you don’t have to provide your credentials every time.</p>



<p>However, if you use SSH keys for Git workflows rather than username/password, here is how you can add SSH keys to Eclipse so Eclipse does not prompt you for credentials while doing Git workflows.</p>


<h3 class="wp-block-heading" id="open-eclipse-preferences">Open Eclipse Preferences</h3>


<p>Open the Eclipse Preferences via  <em>Window &gt; Preferences </em></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="903" height="705" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1.png" alt="" class="wp-image-23485" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-300x234.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-768x600.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-696x543.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-538x420.png 538w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-400x312.png 400w" sizes="auto, (max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="navigate-to-ssh-preferences">Navigate to SSH Preferences</h3>


<p>Now type in ‘SSH’ in the search box on the &#8216;Preferences&#8217; window</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="903" height="706" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2.png" alt="" class="wp-image-23486" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-768x600.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-400x313.png 400w" sizes="auto, (max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="open-general-ssh2-settings">Open General SSH2 Settings</h3>


<p>Click on ‘SSH’ under, <em>General &gt; Network Connections &gt; SSH2</em> and open Tab named ‘General’</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3.png" alt="" class="wp-image-23487" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="set-ssh-home-location">Set SSH Home Location</h3>


<p>On the SSH preferences window, check that you have correctly set your ‘SSH2 Home’ location (path).</p>



<p>Assuming you have local Git installation on your system, the standard path to .ssh home would usually be <strong>‘.ssh’</strong> folder in the user home directory e.g <strong><em>&lt;userhome&gt;/&lt;.ssh&gt;</em></strong></p>



<p>In case you store your keys somewhere else other than the standard SSH home then you can specify that location as path to SSH home.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4.png" alt="" class="wp-image-23488" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="set-ssh-private-keys">Set SSH Private Key/s</h3>


<p>While on the SSH window, now click on the <em>‘Add Private Key’</em> button and browse to the location of your SSH private key and select your SSH key.</p>



<p>You can specify/load multiple SSH keys using this window separated by commas.</p>



<p>Click Apply to save your changes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5.png" alt="" class="wp-image-23489" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="setverify-authentication-method">Set/Verify Authentication Method</h3>


<p>Next, while on the SSH preferences window, select the tab named <em>‘Authentication Methods’</em> and make sure you select/check the <strong>‘publickey’</strong> option. Click Apply to save your changes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="903" height="703" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6.png" alt="" class="wp-image-23490" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-300x234.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-768x598.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-696x542.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-539x420.png 539w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-400x311.png 400w" sizes="auto, (max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="optional-save-ssh-key-passphrase-in-secure-store">Optional: Save SSH Key &#8216;Passphrase&#8217; in Secure Store</h3>


<p>If you have a ‘passphrase’ (password) set on your SSH key then you also have the option to save your passphrase in <strong>Secure Store</strong> using Eclipse. If you save your passphrase using this option then Eclipse would not prompt you for a passphrase while doing Git workflows.</p>



<p>For storing your passphrase within Eclipse Secure Store, type ‘Git’ in the search box on the <em>&#8216;Preferences&#8217;</em> window and navigate to <em>Version Control (Team) &gt; Git</em> and select (check) the option ‘Store SSH Key Passphrase in secure store’</p>



<p>Click Apply and Close to save your changes. DONE!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="889" height="691" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8.png" alt="" class="wp-image-23491" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8.png 889w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-300x233.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-768x597.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-696x541.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-540x420.png 540w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-200x155.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-400x311.png 400w" sizes="auto, (max-width: 889px) 100vw, 889px" /></figure>


[td_smart_list_end]<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/ide/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=ide&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/ide/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483&title=ide" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=ide https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23483" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=23483" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=23483', 'ide', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Change Font for Eclipse Package Explorer</title>
		<link>https://www.automationdojos.com/change-font-eclipse-project-explorer/</link>
					<comments>https://www.automationdojos.com/change-font-eclipse-project-explorer/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 05 Sep 2021 12:28:00 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23401</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-fimage-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>This article shows how to change the Package Explorer text size and style. The font used for tree and table views can now be customized with a font preference. This preference is called &#8220;Tree and Table font for views&#8221; and can be found in under the &#8220;View and Editor Folders&#8221; category. Open Eclipse Preferences Open [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#open-eclipse-preferences">Open Eclipse Preferences</a>

</li>
<li><a href="#navigate-to-colors-and-fonts">Navigate to Colors and Fonts</a>

</li>
<li><a href="#view-and-editor-folders-settings">View and Editor Folders Settings</a>

</li>
<li><a href="#tree-and-table-font-views">Tree and Table Font Views</a>

</li>
<li><a href="#edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</a>

</li>
<li><a href="#click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</a>
</li></ul></div>


<p>This article shows how to change the Package Explorer text size and style.</p>



<p>The font used for tree and table views can now be customized with a font preference. This preference is called &#8220;Tree and Table font for views&#8221; and can be found in <span class="su-label su-label-type-default">Window &gt; Preferences &gt; General &gt; Appearance &gt; Colors and Fonts</span> under the &#8220;View and Editor Folders&#8221; category.</p>


<h3 class="wp-block-heading" id="open-eclipse-preferences">Open Eclipse Preferences</h3>


<p>Open the Eclipse Preferences via  Window &gt; Preferences </p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="981" height="516" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png" alt="" class="wp-image-23404" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png 981w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-300x158.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-768x404.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-150x79.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-696x366.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-798x420.png 798w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-200x105.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-400x210.png 400w" sizes="auto, (max-width: 981px) 100vw, 981px" /></figure>


<h3 class="wp-block-heading" id="navigate-to-colors-and-fonts">Navigate to Colors and Fonts</h3>


<p>Navigate to &#8216;Colors and Fonts&#8217; on the left-hand side preferences tree view</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="786" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002.png" alt="" class="wp-image-23435" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002.png 786w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-300x277.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-768x710.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-696x644.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-002-400x370.png 400w" sizes="auto, (max-width: 786px) 100vw, 786px" /></figure>


<h3 class="wp-block-heading" id="view-and-editor-folders-settings">View and Editor Folders Settings</h3>


<p>On the right-hand side pane, scroll and locate &#8216;View and Editor Folders&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="783" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03.png" alt="" class="wp-image-23436" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03.png 783w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-300x279.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-768x713.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-696x646.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-452x420.png 452w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-200x186.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-03-400x371.png 400w" sizes="auto, (max-width: 783px) 100vw, 783px" /></figure>


<h3 class="wp-block-heading" id="tree-and-table-font-views">Tree and Table Font Views</h3>


<p>Scroll down to &#8216;Tree and Table Font Views&#8217; under &#8216;View and Editor Folders&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="785" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04.png" alt="" class="wp-image-23437" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04.png 785w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-300x278.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-768x711.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-696x645.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-04-400x370.png 400w" sizes="auto, (max-width: 785px) 100vw, 785px" /></figure>


<h3 class="wp-block-heading" id="edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</h3>


<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5.png" alt="" class="wp-image-23408" width="890" height="722" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5.png 890w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-300x243.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-768x623.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-150x122.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-696x565.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-518x420.png 518w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-200x162.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview5-400x324.png 400w" sizes="auto, (max-width: 890px) 100vw, 890px" /></figure>


<h3 class="wp-block-heading" id="click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</h3>


<p>Re-launch the Eclipse if your changes are not visible.</p>


[td_smart_list_end]<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/ide/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=ide&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/ide/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401&title=ide" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=ide https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23401" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=23401" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=23401', 'ide', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/change-font-eclipse-project-explorer/">How To Change Font for Eclipse Package Explorer</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/change-font-eclipse-project-explorer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to View Java API Doc Hints within IntelliJ</title>
		<link>https://www.automationdojos.com/view-javadoc-hints-within-intellij/</link>
					<comments>https://www.automationdojos.com/view-javadoc-hints-within-intellij/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Fri, 20 Aug 2021 17:52:00 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[IntelliJ IDEA]]></category>
		<category><![CDATA[api-doc]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[javadoc]]></category>
		<category><![CDATA[shortcut]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=22928</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/view-javadoc-hints-within-intellij/">How to View Java API Doc Hints within IntelliJ</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>IntelliJ Quick Documentation So how do you generally refer your Java API Doc? If you use Google or online Java API Doc or even a locally downloaded copy then here is a better way, why not view the JavaDoc hints within IntelliJ editor itself. The article below shows the quick and easy procedure to do [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/view-javadoc-hints-within-intellij/">How to View Java API Doc Hints within IntelliJ</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/view-javadoc-hints-within-intellij/">How to View Java API Doc Hints within IntelliJ</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#intellij-quick-documentation">IntelliJ Quick Documentation</a>

</li>
<li><a href="#enabling-intellij-quick-documentation">Enabling IntelliJ ‘Quick Documentation’</a>


<ul><li>
<a href="#open-intellij-settings">Open IntelliJ Settings</a>

</li>
<li><a href="#enable-show-documentation-popup">Enable &#8216;Show documentation popup&#8217;</a>

</li>
<li><a href="#enable-documentation-on-mouse-move">Enable &#8216;Documentation on mouse move&#8217;</a>

</li>
<li><a href="#validate-your-changes">Validate your changes</a>

</li>
</ul>
<li><a href="#enhance-by-adding-documentation-url">Enhance by adding documentation URL</a>


<ul><li>
<a href="#locate-javadoc-online-documentation">Locate Javadoc online documentation</a>

</li>
<li><a href="#open-project-settings-dialog-box">Open &#8216;project settings&#8217; dialog box</a>

</li>
<li><a href="#open-sdk-documentation-tab">Open SDK documentation tab</a>

</li>
<li><a href="#add-documentation-pathurl">Add documentation path/url</a>

</li>
<li><a href="#validate-your-changes">Validate your changes</a>
</li>
</ul>
</li></ul></div>

<h2 class="wp-block-heading" id="intellij-quick-documentation">IntelliJ Quick Documentation</h2>


<p>So how do you generally refer your Java API Doc? If you use Google or online Java API Doc or even a locally downloaded copy then here is a better way, why not view the JavaDoc hints within IntelliJ editor itself. The article below shows the quick and easy procedure to do this, interested? keep reading.</p>



<p>Provided you are using Java SDK, In IntelliJ IDEA, you can view Java API Doc (SDK) for any symbol or method signature right from the editor via IntelliJ feature also called ‘Quick Documentation’ which you can invoke via keyboard shortcut <span class="su-label su-label-type-default">Ctrl+Q</span>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="798" height="551" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0.png" alt="" class="wp-image-22930" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0.png 798w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-300x207.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-768x530.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-150x104.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-218x150.png 218w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-696x481.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-608x420.png 608w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-100x70.png 100w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-200x138.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-0-400x276.png 400w" sizes="auto, (max-width: 798px) 100vw, 798px" /></figure>



<p>This feature should be enabled by default, if not here is how to enable it.</p>


<h2 class="wp-block-heading" id="enabling-intellij-quick-documentation">Enabling IntelliJ ‘Quick Documentation’</h2>

<h3 class="wp-block-heading" id="open-intellij-settings">Open IntelliJ Settings</h3>


<p>Launch the IntelliJ settings by navigating to <strong><em>[File | Settings]</em></strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="555" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-1024x555.png" alt="" class="wp-image-22931" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-1024x555.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-300x163.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-768x417.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-150x81.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-696x377.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-1068x579.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-774x420.png 774w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-200x108.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1-400x217.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-1.png 1440w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="enable-show-documentation-popup">Enable &#8216;Show documentation popup&#8217;</h3>


<p>On the settings dialog box, navigate to <strong><em>[Editor | Code Completion]</em></strong> and enable the option ‘Show the documentation popup in 1000ms’ (Of course you can input whatever time value you wish) and click ‘Apply’</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="654" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-1024x654.png" alt="" class="wp-image-22932" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-1024x654.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-300x192.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-768x491.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-150x96.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-696x445.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-1068x682.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-657x420.png 657w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-200x128.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3-400x256.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-3.png 1105w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="enable-documentation-on-mouse-move">Enable &#8216;Documentation on mouse move&#8217;</h3>


<p>While on settings dialog box again navigate to <strong><em>[Editor | General]</em></strong> and enable the option ‘Show quick documentation on mouse move’. Click ‘Apply’ and ‘OK’.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="654" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-1024x654.png" alt="" class="wp-image-22933" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-1024x654.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-300x192.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-768x491.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-150x96.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-696x445.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-1068x682.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-657x420.png 657w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-200x128.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4-400x256.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-4.png 1108w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="validate-your-changes">Validate your changes</h3>


<p>Check by invoking the ‘Quick Documentation’ for any piece of code by pressing <span class="su-label su-label-type-default">Ctrl+Q</span> while in the editor</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="798" height="551" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01.png" alt="" class="wp-image-22934" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01.png 798w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-300x207.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-768x530.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-150x104.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-218x150.png 218w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-696x481.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-608x420.png 608w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-100x70.png 100w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-200x138.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-01-400x276.png 400w" sizes="auto, (max-width: 798px) 100vw, 798px" /></figure>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="enhance-by-adding-documentation-url">Enhance by adding documentation URL</h2>


<p>You can add online java SDK documentation to your IntelliJ ‘project settings’ so that you can get more enhanced information about classes, symbols and method signatures etc.</p>


<h3 class="wp-block-heading" id="locate-javadoc-online-documentation">Locate Javadoc online documentation</h3>


<p>Locate the URL for your JavaDoc online. For example, the URL for Java 11 Java API Doc is &#8211; <a href="https://docs.oracle.com/en/java/javase/11/docs/api/index.html">https://docs.oracle.com/en/java/javase/11/docs/api/index.html</a></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="557" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-1024x557.png" alt="" class="wp-image-22935" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-1024x557.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-300x163.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-768x418.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-1536x836.png 1536w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-150x82.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-696x379.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-1068x581.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-772x420.png 772w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-200x109.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02-400x218.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-intellij-quickdoc-02.png 1544w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="open-project-settings-dialog-box">Open &#8216;project settings&#8217; dialog box</h3>


<p>On IntelliJ, launch the project settings <strong><em>[File | Project Structure]</em></strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="561" src="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-1024x561.png" alt="" class="wp-image-22937" srcset="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-1024x561.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-300x164.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-768x421.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-150x82.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-696x382.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-1068x585.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-766x420.png 766w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-200x110.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5-400x219.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-5.png 1505w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="open-sdk-documentation-tab">Open SDK documentation tab</h3>


<p>On ‘project structure’ dialog box, click on ‘SDKs’ on right hand side column and then click on ‘Documentation Paths’ tab in right hand side pane</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="657" src="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-1024x657.png" alt="" class="wp-image-22938" srcset="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-1024x657.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-300x193.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-768x493.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-150x96.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-696x447.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-1068x686.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-654x420.png 654w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-200x128.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6-400x257.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-6.png 1112w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="add-documentation-pathurl">Add documentation path/url</h3>


<p>Now add the documentation url. Click ‘Ok’ and save. That’s it!</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="663" src="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-1024x663.png" alt="" class="wp-image-22939" srcset="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-1024x663.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-300x194.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-768x497.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-150x97.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-696x451.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-1068x692.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-649x420.png 649w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-200x129.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7-400x259.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-7.png 1112w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>


<h3 class="wp-block-heading" id="validate-your-changes">Validate your changes</h3>


<p>Check by invoking the ‘Quick Documentation’ for any piece of code by pressing <span class="su-label su-label-type-default">Ctrl+Q</span> while in the editor.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="983" height="785" src="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8.png" alt="" class="wp-image-22940" srcset="https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8.png 983w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8-300x240.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8-768x613.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8-150x120.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8-696x556.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8-526x420.png 526w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8-200x160.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/08/post-intellij-quickdoc-8-400x319.png 400w" sizes="auto, (max-width: 983px) 100vw, 983px" /></figure>


[td_smart_list_end]<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/ide/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22928" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=ide&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22928" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22928" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/ide/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22928&title=ide" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=ide https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22928" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=22928" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=22928', 'ide', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/view-javadoc-hints-within-intellij/">How to View Java API Doc Hints within IntelliJ</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/view-javadoc-hints-within-intellij/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shortcut To Auto-Insert &#8216;main&#8217; Method in IntelliJ</title>
		<link>https://www.automationdojos.com/shortcut-to-auto-insert-main-method-in-intellij/</link>
					<comments>https://www.automationdojos.com/shortcut-to-auto-insert-main-method-in-intellij/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Wed, 21 Jul 2021 12:11:00 +0000</pubDate>
				<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[IntelliJ IDEA]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[shortcut]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=22703</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/shortcut-to-auto-insert-main-method-in-intellij/">Shortcut To Auto-Insert &#8216;main&#8217; Method in IntelliJ</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-livetemplates.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-livetemplates.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-livetemplates-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-livetemplates-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-livetemplates-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-livetemplates-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>IntelliJ Live Templates Live templates let you insert frequently-used or custom code constructs into your source code file quickly and efficiently IntelliJ IDEA comes with a set of predefined&#160;Live Templates. You can use them as-is, or modify them to suit your needs. If you want to create a new live template, you can do it [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/shortcut-to-auto-insert-main-method-in-intellij/">Shortcut To Auto-Insert &#8216;main&#8217; Method in IntelliJ</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/shortcut-to-auto-insert-main-method-in-intellij/">Shortcut To Auto-Insert &#8216;main&#8217; Method in IntelliJ</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#intellij-live-templates">IntelliJ Live Templates</a>

</li>
<li><a href="#shortcut-for-main-method">Shortcut For &#8216;main&#8217; Method</a>

</li>
<li><a href="#view-all-available-shortcuts">View All Available Shortcuts</a>
</li></ul></div>

<h2 class="wp-block-heading" id="intellij-live-templates">IntelliJ Live Templates</h2>


<p>Live templates let you insert frequently-used or custom code constructs into your source code file quickly and efficiently</p>



<p>IntelliJ IDEA comes with a set of predefined&nbsp;Live Templates. You can use them as-is, or modify them to suit your needs. If you want to create a new live template, you can do it from scratch, on the basis of the copy of an existing template, or from a fragment of source code. Live templates are stored in the following location:</p>


<div class="su-list" style="margin-left:0px">
<ul>
<li><i class="sui sui-hand-o-right" style="color:#da7f46"></i> Windows: <your_user_home_directory>\.IntelliJ IDEA<version_number>\config\templates.</version_number></your_user_home_directory></li>
<li><i class="sui sui-hand-o-right" style="color:#da7f46"></i> Linux: ~IntelliJ IDEA<version>/config/templates.</version></li>
<li><i class="sui sui-hand-o-right" style="color:#da7f46"></i> OS X: ~/Library/Preferences/IntelliJ IDEA<version>/templates.</version></li>
</ul>
</div>


<h2 class="wp-block-heading" id="shortcut-for-main-method">Shortcut For &#8216;main&#8217; Method</h2>


<p><strong>OPTION 1:</strong> In IntelliJ IDEA, type <strong>&#8216;psvm&#8217;</strong> and press <span class="su-label su-label-type-default">TAB</span> to automatically generate a &#8216;main&#8217; method</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="769" height="287" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-intellij-shortcuts-1.png" alt="" class="wp-image-22706" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-intellij-shortcuts-1.png 769w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-intellij-shortcuts-1-300x112.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-intellij-shortcuts-1-150x56.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-intellij-shortcuts-1-696x260.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-intellij-shortcuts-1-200x75.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-intellij-shortcuts-1-400x149.png 400w" sizes="auto, (max-width: 769px) 100vw, 769px" /></figure>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>OPTION 2:</strong> You can also generate <strong>&#8216;main&#8217;</strong> method by simply typing &#8216;main&#8217; and then press <span class="su-label su-label-type-default">TAB</span>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="792" height="375" src="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6.png" alt="" class="wp-image-22717" srcset="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6.png 792w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6-300x142.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6-768x364.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6-150x71.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6-696x330.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6-200x95.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-6-400x189.png 400w" sizes="auto, (max-width: 792px) 100vw, 792px" /></figure>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="view-all-available-shortcuts">View All Available Shortcuts</h2>


<p>To view all default &#8216;Live Templates&#8217; type <span class="su-label su-label-type-default">Ctrl + J</span>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="943" height="577" src="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3.png" alt="" class="wp-image-22709" srcset="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3.png 943w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3-300x184.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3-768x470.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3-150x92.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3-696x426.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3-686x420.png 686w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3-200x122.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-3-400x245.png 400w" sizes="auto, (max-width: 943px) 100vw, 943px" /></figure>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>You can also view, edit or create shortcuts from the <strong>settings</strong>. Navigate to File &gt; Settings &gt; Live Templates</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="629" src="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-1024x629.png" alt="" class="wp-image-22710" srcset="https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-1024x629.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-300x184.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-768x472.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-150x92.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-696x428.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-1068x656.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-683x420.png 683w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-356x220.png 356w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-200x123.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4-400x246.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/07/post-intellij-shortcuts-4.png 1152w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/ide/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22703" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=ide&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22703" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22703" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/ide/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22703&title=ide" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=ide https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D22703" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=22703" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=22703', 'ide', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/shortcut-to-auto-insert-main-method-in-intellij/">Shortcut To Auto-Insert &#8216;main&#8217; Method in IntelliJ</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/shortcut-to-auto-insert-main-method-in-intellij/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Change Font for Eclipse Editor Pane</title>
		<link>https://www.automationdojos.com/change-font-for-eclipse-editor/</link>
					<comments>https://www.automationdojos.com/change-font-for-eclipse-editor/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Mon, 08 Mar 2021 14:21:00 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23422</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-fimg-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" /></p>
<p>This article shows how to change the text size and style for the Eclipse editor pane. The font used for Eclipse editor pane can be customized with font preference. This preference is located under &#8220;Basic&#8221; settings and can be found in . Open Eclipse Preferences Open the Eclipse Preferences via Window &#62; Preferences Navigate to [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#open-eclipse-preferences">Open Eclipse Preferences</a>

</li>
<li><a href="#navigate-to-colors-and-fonts">Navigate to Colors and Fonts</a>

</li>
<li><a href="#basic-color-and-font-settings">Basic Color and Font Settings</a>

</li>
<li><a href="#text-font-settings">Text Font Settings</a>

</li>
<li><a href="#edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</a>

</li>
<li><a href="#click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</a>
</li></ul></div>


<p>This article shows how to change the text size and style for the Eclipse editor pane.</p>



<p>The font used for Eclipse editor pane can be customized with font preference. This preference is located under &#8220;Basic&#8221; settings and can be found in <span class="su-label su-label-type-default">Window &gt; Preferences &gt; General &gt; Appearance &gt; Colors and Fonts</span>.</p>


<h3 class="wp-block-heading" id="open-eclipse-preferences">Open Eclipse Preferences</h3>


<p>Open the Eclipse Preferences via  Window &gt; Preferences </p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="981" height="516" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png" alt="" class="wp-image-23404" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1.png 981w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-300x158.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-768x404.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-150x79.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-696x366.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-798x420.png 798w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-200x105.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-treeview1-400x210.png 400w" sizes="auto, (max-width: 981px) 100vw, 981px" /></figure>


<h3 class="wp-block-heading" id="navigate-to-colors-and-fonts">Navigate to Colors and Fonts</h3>


<p>Navigate to &#8216;Colors and Fonts&#8217; on the left-hand side preferences tree view</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="786" height="727" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02.png" alt="" class="wp-image-23433" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02.png 786w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-300x277.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-768x710.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-696x644.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-eclipse-treeview-02-400x370.png 400w" sizes="auto, (max-width: 786px) 100vw, 786px" /></figure>


<h3 class="wp-block-heading" id="basic-color-and-font-settings">Basic Color and Font Settings</h3>


<p>On the right-hand side pane, scroll and locate &#8216;Basic&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="785" height="725" src="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002.png" alt="" class="wp-image-23441" srcset="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002.png 785w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-300x277.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-768x709.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-696x643.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-455x420.png 455w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-002-400x369.png 400w" sizes="auto, (max-width: 785px) 100vw, 785px" /></figure>


<h3 class="wp-block-heading" id="text-font-settings">Text Font Settings</h3>


<p>Scroll down to &#8216;Text Font&#8217; under &#8216;Basic&#8217;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="784" height="726" src="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003.png" alt="" class="wp-image-23442" srcset="https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003.png 784w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-300x278.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-768x711.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-696x645.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-454x420.png 454w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/03/post-eclipse-editor-003-400x370.png 400w" sizes="auto, (max-width: 784px) 100vw, 784px" /></figure>


<h3 class="wp-block-heading" id="edit-and-set-desired-font-and-styling">Edit and Set Desired font and styling</h3>


<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="787" height="643" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c.png" alt="" class="wp-image-23427" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c.png 787w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-300x245.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-768x627.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-150x123.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-696x569.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-514x420.png 514w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-200x163.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-editorfont-c-400x327.png 400w" sizes="auto, (max-width: 787px) 100vw, 787px" /></figure>


<h3 class="wp-block-heading" id="click-apply-and-close-to-save-your-settings-done">Click Apply and Close to Save your Settings. DONE!</h3>


<p>Re-launch the Eclipse if your changes are not visible.</p>


[td_smart_list_end]<div class='the_champ_sharing_container the_champ_vertical_sharing the_champ_hide_sharing the_champ_bottom_sharing' style='width:42px;left: -10px;top: 222px;-webkit-box-shadow:none;box-shadow:none;' data-super-socializer-href="https://www.automationdojos.com/tag/ide/feed/"><div class="the_champ_sharing_ul"><a aria-label="Facebook" class="the_champ_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#0765FE;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#484848" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?via=@testoxide&text=ide&url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#484848"></path></svg></span></a><a aria-label="Linkedin" class="the_champ_button_linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="#484848"></path></svg></span></a><a aria-label="Pinterest" class="the_champ_button_pinterest" href="https://www.automationdojos.com/tag/ide/feed/" onclick="event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="noopener" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="#484848" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a><a aria-label="Reddit" class="the_champ_button_reddit" href="https://reddit.com/submit?url=https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422&title=ide" title="Reddit" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="#484848"/></svg></span></a><a aria-label="Whatsapp" class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=ide https%3A%2F%2Fwww.automationdojos.com%2F%3Fp%3D23422" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="the_champ_svg" style="background-color:#55eb4c;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="#484848" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="#484848" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="#484848"></path></svg></span></a><a class="the_champ_more" title="More" rel="nofollow noopener" style="font-size:24px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://www.automationdojos.com/?p=23422" onclick="event.preventDefault()"><span class="the_champ_svg" style="background-color:#ee8e2d;width:38px;height:38px;border-radius:3px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="theChampMoreSharingPopup(this, 'https://www.automationdojos.com/?p=23422', 'ide', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#484848" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div></div><p>The post <a href="https://www.automationdojos.com/change-font-for-eclipse-editor/">How To Change Font for Eclipse Editor Pane</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/change-font-for-eclipse-editor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
