<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Which plugins would you recommend to install?]]></title><description><![CDATA[<p dir="auto">Hello all.</p>
<p dir="auto">I haven’t been using notepad++ since long time ago and I would like to know which would be the plugins you would recommend .</p>
<p dir="auto">Thanks all  for your opinions!!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19446/which-plugins-would-you-recommend-to-install</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 01:10:52 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19446.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 May 2020 14:56:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Which plugins would you recommend to install? on Fri, 22 May 2020 19:14:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@Michael-Vincent</a> said in <a href="/post/54218">Which plugins would you recommend to install?</a>:</p>
<blockquote>
<p dir="auto">you can get a pretty capable IDE-lite (similar to M$ latest offering everyone seems to be going ga-ga over)</p>
</blockquote>
<p dir="auto">It is a fairly remarkable achievement (N++), given the small number of developers that work on it, compared to the number that must work on M$'s offering.  N++ Plugins are a bit of a different story as they all have different authors, but the core product is what I’m talking about (so I guess I’m changing the topic a bit).</p>
<p dir="auto">Sure, there are A LOT of smallish bugs, and there’s a reluctance for big-change by the author, but maybe this reluctance actually helps keep it great (as opposed to the other way – letting massive changes in, leading to instability and possibly a real mess!).</p>
<blockquote>
<p dir="auto">Can not stress that enough to new users</p>
</blockquote>
<p dir="auto">But, scripting is not for everyone, and in fact seems to scare a lot of people.  Plus, people just want to get the job done (and rightly so), not fuss around.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54220</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54220</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 22 May 2020 19:14:51 GMT</pubDate></item><item><title><![CDATA[Reply to Which plugins would you recommend to install? on Fri, 22 May 2020 19:02:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> said in <a href="/post/54215">Which plugins would you recommend to install?</a>:</p>
<blockquote>
<p dir="auto">And here’s a second vote for scripting plugins; I don’t think I would have selected Notepad++ back in the beginning if I didn’t have Pythonscript with which to change/augment functionality.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> said in <a href="/post/54215">Which plugins would you recommend to install?</a>:</p>
<blockquote>
<p dir="auto">And here’s a second vote for scripting plugins; I don’t think I would have selected Notepad++ back in the beginning if I didn’t have Pythonscript with which to change/augment functionality.</p>
</blockquote>
<p dir="auto">Can not stress that enough to new users.  If you’re willing to get your hands a bit “dirty” and do some poking, you can make Notepad++ do quite lot with the underlying Scintilla API that isn’t natively exposed.  And between PythonScript, LuaScript, NppExec and “PerlScript” (Win32::Mechanize::NotepadPlusPlus) - and of course the ability to have any one of those call external programs as well, you can get a pretty capable IDE-lite (similar to M$ latest offering everyone seems to be going ga-ga over) without the “bloat [of] Eclipse”.</p>
<p dir="auto">Reference my “Macro” menu to which NppExec can add select scripts for shortcuts:</p>
<p dir="auto"><img src="/assets/uploads/files/1590174002438-c75c2a28-bf62-455c-8b60-89187db40921-image.png" alt="c75c2a28-bf62-455c-8b60-89187db40921-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And that only scratches the surface of what NppExec can do - and it doesn’t even have native callback to react to N++ events like PythonScript does.  The possibilities with any scripting plugin is key to keeping me on Notepad++.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54218</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54218</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Fri, 22 May 2020 19:02:47 GMT</pubDate></item><item><title><![CDATA[Reply to Which plugins would you recommend to install? on Fri, 22 May 2020 18:43:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@Michael-Vincent</a> said in <a href="/post/54210">Which plugins would you recommend to install?</a>:</p>
<blockquote>
<p dir="auto">specifically designed C++ IDE each with their own interface and coloring and quirks - too much to learn</p>
</blockquote>
<p dir="auto">Makes me think of oh-so-bloated <em>Eclipse</em> !</p>
<blockquote>
<p dir="auto">The plugins I just can’t quite live without</p>
</blockquote>
<p dir="auto">It would have been fine for you to mention your own (ok, fine – your own <em>derivative</em>) plugins as well.  But I’ll do it for you:</p>
<ul>
<li>Changed Lines</li>
<li>Column Tools</li>
</ul>
<p dir="auto">These aren’t something I’d call “active use” (like running a script that manipulates text), but rather passive things that are always there, adding support.  In these case, these plugins give you <em>confidence</em> (that you have only changed/saved what you intended in the first case, and you’re for sure in the correct column in the second case)…and that is important!</p>
<p dir="auto">And here’s a second vote for scripting plugins; I don’t think I would have selected Notepad++ back in the beginning if I didn’t have <em>Pythonscript</em> with which to change/augment functionality.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54215</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54215</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 22 May 2020 18:43:30 GMT</pubDate></item><item><title><![CDATA[Reply to Which plugins would you recommend to install? on Fri, 22 May 2020 17:52:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18709">@1980Gandalf</a> said in <a href="/post/54205">Which plugins would you recommend to install?</a>:</p>
<blockquote>
<p dir="auto">sorry for that general question.</p>
</blockquote>
<p dir="auto">No worries - though I do agree with both <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> and <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a>  above.  It depends mostly on your use case.  I have quite the collection of installed plugins as I find myself writing Perl and Python, dabbling in C++, writing in Markdown, doing configuration files in JSON and XML, analyzing output log files, looking through SNMP MIB files, …</p>
<p dir="auto">This is mainly why i use Notepad++, it’s not great at any of those I mentioned, but it’s good at all of them.  Which is to say a common text editor with familiar code lexing and keyboard shortcuts is <strong>way more important</strong> to me than a specifically designed Python and specifically designed C++ IDE each with their own interface and coloring and quirks - too much to learn.  The Notepad++ plugins help me customize my experience for the type of text editing manipulation I’m doing, which may include programming.</p>
<p dir="auto">The plugins I just can’t quite live without:</p>
<ul>
<li><a href="https://github.com/d0vgan/nppexec" rel="nofollow ugc">NppExec</a> - I automate <strong>SO</strong> much with this including compile / building of programming lanuages and accessing Scintilla features N++ does not provide “native” access to.</li>
<li>TagLEET - I use a modified version of this plugin that I’ve been updating</li>
<li><a href="https://metacpan.org/release/Win32-Mechanize-NotepadPlusPlus" rel="nofollow ugc">Win32::Mechanize::NotepadPlusPlus</a> Perl module to automate some startup tasks that NppExec cannot do</li>
<li><a href="https://github.com/funap/npp-explorer-plugin" rel="nofollow ugc">Explorer</a> (NOTE: this is <strong>not</strong> the Plugin Admin version - I like this one better) for a WIndows Explorer-like “project” pane docked in Notepad++; I prefer this over the build-in Folder as Workspace.</li>
<li><a href="https://github.com/peter-frentrup/NppMenuSearch" rel="nofollow ugc">NppMenuSearch</a> so I can easily find menu and preference configuration options</li>
<li><a href="https://github.com/dail8859/BetterMultiSelection/" rel="nofollow ugc">BetterMultiSelection</a> because it provides better multi selection</li>
</ul>
<p dir="auto">Again, I use way more to make things easy and add features, but those I use in just about every Notepad++ editing session.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54210</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54210</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Fri, 22 May 2020 17:52:27 GMT</pubDate></item><item><title><![CDATA[Reply to Which plugins would you recommend to install? on Fri, 22 May 2020 17:08:50 GMT]]></title><description><![CDATA[<p dir="auto">Thanks you all and sorry for that general question.</p>
<p dir="auto">Regards</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54205</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54205</guid><dc:creator><![CDATA[1980Gandalf]]></dc:creator><pubDate>Fri, 22 May 2020 17:08:50 GMT</pubDate></item><item><title><![CDATA[Reply to Which plugins would you recommend to install? on Fri, 22 May 2020 15:27:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18709">@1980Gandalf</a> ,</p>
<p dir="auto">That’s rather too open-ended.  You need to  install plugins that will be useful to your workflow.</p>
<p dir="auto">For automating Notepad++</p>
<ul>
<li>NppExec : makes it easy to throw the active file through some external process (like a compiler or linter), and launch or view the results</li>
<li>PythonScript or LuaScript : embeds an interpreter in Notepad++, giving that language direct access to the Notepad++ GUI and the open text files, which allows automation of manipulation of the text, or access to things like Notepad++ settings or syntax highlighting.  (As much as I want to recommend my <a href="https://metacpan.org/pod/Win32::Mechanize::NotepadPlusPlus" rel="nofollow ugc">Win32::Mechanize::NotepadPlusPlus</a> Perl module, which performs similarly, it doesn’t come as a Notepad++ plugin, and doesn’t embed the interpreter inside Notepad++… so unless you already have Perl installed, it’s probably not <em>yet</em> for you, because there are lots of install requirements)</li>
</ul>
<p dir="auto">If you are coding in particular programming language(s), we can customize the list, but at a bare minimum, I would recommend</p>
<ul>
<li>NppExec : for the compiler/linter-calling capability</li>
<li>Quick Text : for fancier code completion – allows you to use snippets that get used by typing a shortcut-text followed by the “expand” keystroke, to save typing.  Comes with pre-defined snippets in many languages, and you can define any snippets you want</li>
<li>TagLEET : Uses <a href="http://ctags.sourceforge.net/" rel="nofollow ugc">ctags</a> (which you have to install separately) to look for function and variable declarations, and make it easy to navigate from a line of code where you <em>use</em> a function to that function’s definition.</li>
</ul>
<p dir="auto">If you are working with XML, the XML Tools is a must.</p>
<p dir="auto">If you are working with HTML, or something that is often rendered into HTML (like Markdown, or embedded documentation languages like Perl’s POD), Preview HTML embeds a passable HTML renderer into a Notepad++ pane, and allows you to “filter” the source through an external application (so it can pass a Markdown file through a markdown2html converter, or Perl POD through pod2html, and then render the results).  If you just use Markdown, and not other to-HTML text languages, MarkdownViewer++ comes with better rendering of just Markdown.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54202</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54202</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 22 May 2020 15:27:37 GMT</pubDate></item><item><title><![CDATA[Reply to Which plugins would you recommend to install? on Fri, 22 May 2020 15:27:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18709">@1980Gandalf</a></p>
<p dir="auto">In that form, it’s an unanswerable question, except perhaps with:</p>
<p dir="auto"><em>Install the plugins that you need/like to use, in order to make whatever work you are doing more efficient.</em></p>
]]></description><link>https://community.notepad-plus-plus.org/post/54201</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54201</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 22 May 2020 15:27:20 GMT</pubDate></item></channel></rss>