<?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>Grammarly &#8211; CodePills.com</title>
	<atom:link href="https://codepills.com/tag/grammarly/feed/" rel="self" type="application/rss+xml" />
	<link>https://codepills.com</link>
	<description>Helping you make a better code</description>
	<lastBuildDate>Fri, 22 Jan 2021 15:34:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to use IntelliJ Idea as a text editor</title>
		<link>https://codepills.com/how-to-use-intellij-idea-as-a-text-editor/</link>
					<comments>https://codepills.com/how-to-use-intellij-idea-as-a-text-editor/#respond</comments>
		
		<dc:creator><![CDATA[Andrej Buday]]></dc:creator>
		<pubDate>Fri, 01 Jan 2021 15:25:33 +0000</pubDate>
				<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Grammarly]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IntelliJ Idea]]></category>
		<category><![CDATA[IntelliJ Idea IDE]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[word processor]]></category>
		<guid isPermaLink="false">https://codepills.com/?p=1104</guid>

					<description><![CDATA[This article will give you a few excellent tips on how and why to turn your favourite IDE into your first choice text editor. <a href="https://codepills.com/how-to-use-intellij-idea-as-a-text-editor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I have recently started to use IntelliJ Idea as my text editor and integrated it into my creative process.</p>
<p><span id="more-1104"></span></p>
<p>As I am a software developer, IntelliJ IDE is, for me, a must. IDE is in front of me opened all the time. Therefore it is a chance for me to write a lot of content in the IDE.  It is a better choice to use IDE instead of switching to another text editor or using another means of word processing.</p>
<p>Since I am also aiming to work on several articles or documents simultaneously, every decrease in ambiguity and complexity counts towards faster results. The creative process is not possible to automatize. But what it is possible to automatize are redundant tasks during text handling and editing.</p>
<h2>Why turn IntelliJ Idea IDE into your word processor?</h2>
<p>First of all, IntelliJ Idea IDE already comes in its 2020 version with very, very good support for English vocabulary. So writing in English in IDE was never easier than now.</p>
<p>Plus, when implementing the advantage of multiple IntelliJ shortcuts, the word processing is swift. Especially if you write your text in .html, .adoc or .md format.</p>
<p>Overall, IntelliJ IDE comes in all versions with Git support, which is an additional advantage against traditional word processors. You can easily version your articles&#8217; state and keep a history of your edits in one place. Article versioning is a feature that is available only in very advanced mode in cloud SaaS.</p>
<p>However, what I have found very tedious was text formatting in IntelliJ. As expected, I was using IntelliJ Idea IDE for coding, mostly Java, and thus the text was supposed to be wrapped automatically after 120 characters. When I then copied my articles to other word processors in my pipelines, such as Microsoft Word or Grammarly, I always needed painfully deleted every single break line to make a single continuous line of text. That was also one of the most common mistakes I had after publishing articles through WordPress  &#8211; linebreaks were always in places where they should not be.</p>
<p>After enough time spent doing this pointless work, fixing many wrong break lines, I have decided to end it and figure out how to speed up the process. Because every second I spend editing an article is second, I could use it towards another article&#8217;s creative process.</p>
<h2>How to turn IntelliJ Idea into text editor?</h2>
<p>First of all, go to <i>Settings</i> > <i>Editor</i> > <i>General</i> and check all checkboxes in Soft Wraps section.</p>
<p><img fetchpriority="high" decoding="async" src="https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_checkboxes_in_general_editor_settings.png" alt="IntelliJ soft-wrap checkboxes_in_general editor settings" width="692" height="361" class="size-full wp-image-1106" srcset="https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_checkboxes_in_general_editor_settings.png 692w, https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_checkboxes_in_general_editor_settings-300x157.png 300w" sizes="(max-width: 692px) 100vw, 692px" /></p>
<p>Then go to <i>Settings</i> > <i>Code Style</i> and select Scheme Project. Here unselect the checkbox &#8220;Wrap on typing&#8221;.</p>
<p><img decoding="async" src="https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_editor_code_style.png" alt="IntelliJ soft-wrap editor code style" width="807" height="422" class="size-full wp-image-1105" srcset="https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_editor_code_style.png 807w, https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_editor_code_style-300x157.png 300w, https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_editor_code_style-768x402.png 768w" sizes="(max-width: 807px) 100vw, 807px" /></p>
<p>I would recommend this change be saved under the current project scheme, not under the IDE scheme. If you are using the same IntelliJ for coding, wrapping will conflict with your code clarity if you save the change under the IDE scheme.</p>
<p>Hit Apply button to apply all the changes.</p>
<h3>Initialize soft-wrap in IntelliJ code editor</h3>
<p>In the active editor tab, on the left side of the text line panel, after the right-click, there is an option <code>soft-wrap</code> to initiate the wrapping. Soft-wrap is not initialized automatically on every new file open. Therefore you will need to initialize soft-wrap on every new file open.</p>
<h3>Tip for shortcut</h3>
<p>When you open a new file, the text is, by default, unwrapped. You can either right-click on the newly opened line meter on the left side and hit <code>Soft-Wrap</code> from the menu option. Or you can set up a special shortcut for soft-wrapping, while the shortcut is not set by default.</p>
<p><img decoding="async" src="https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_custom_shortcut.png" alt="IntelliJ soft-wrap - custom shortcut" width="645" height="395" class="size-full wp-image-1107" srcset="https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_custom_shortcut.png 645w, https://codepills.com/wp-content/uploads/2021/01/intellij_soft-wrap_custom_shortcut-300x184.png 300w" sizes="(max-width: 645px) 100vw, 645px" /></p>
<p>To set up your shortcut, go to <i>File</i> > <i>Settings</i> > <i>Keymap</i> and search for &#8220;Soft-Wrap&#8221; in <i>Main Menu</i> > <i>View</i> > <i>Active Editor</i>. Add to action key shortcut. I personally use Alt + P key shortcut. That is not a conflicting key shortcut with keys combinations easy to remember.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codepills.com/how-to-use-intellij-idea-as-a-text-editor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
