up vote 7 down vote favorite
9
share [g+] share [fb]

The answers to this and this question shows that Notepad++ is a productivity booster. But maybe we - notepad++ users - do not know every trick of the application or its plugins. Are there anyone you think someone may miss.

As an example I found an autosave plugin and it is awesome.

link|improve this question
Probably best on Stackoverflow. – Jonathan Sampson Jul 15 '09 at 19:25
Agreed, but I bet he tried it there first and had it closed. – Joel Coehoorn Jul 15 '09 at 19:27
Actually I knew it would be closed :) – spinodal Jul 15 '09 at 19:36
2  
If it's not community-wiki, it definitely will. The question should be asked on SO as a Community Wiki, in my honest opinion. Good question though. – Jonathan Sampson Jul 15 '09 at 19:39
feedback

closed as not constructive by Gareth, Sathya Sep 30 '11 at 3:52

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

6 Answers

up vote 6 down vote accepted

Not a lot of people seem to know about this, but Notepad++ has autocompletion and it's a very big productivity booster in any editor.

Settings -> Preferences -> Backup/Auto-Completion

I personally just use function completion.

link|improve this answer
feedback

The XML plugin has been a godsend for me. (Gotta love its ability to validate files against an XSD.)

link|improve this answer
feedback

I always use the Ruby Blue Style. Not really a time saver, but I find that it's the first thing I install after np++.

enter image description here

Another trick I learned is to use the portable app version of np++ with Dropbox. That way all my styles/settings get synced between computers.

link|improve this answer
feedback

Where I work, we have a couple hundred classic ASP pages we still maintain that are very slowly moving over to ASP.Net to the tune of only 1 or 2 a month, because converting working code isn't a priority. That means I have to unravel old ASP code on a regular basis.

Unfortunately, there's no such thing as a modern IDE for Classic ASP. We do still have Visual Studio 6 available, but Notepad++ works just as well for me, and even a little better for many things. Plus it starts up faster.

If I could get a plug that automatically resolved method names, right down to checking include files to any depth find the source of the method for me, I'd almost be in heaven.

But there are still a couple things that could use improvement

  • The "Find in Files" search is better than it was even a year ago, but it's still slower than it needs to be and can prevent you from editing.
  • I like and use the tabs, but you also need to be able to start up multiple instances, to group different sets of related files or have side-by-side compare.
link|improve this answer
feedback

Just posted in another question, though it suits this more: Favorite Notepad++ plugins

link|improve this answer
feedback

I personally enjoy the text editing shortcuts. Primarily ctrl+d which duplicates selected text or (current line) and ctrl+shift+up/down, which moves the current line up/down. In recent versions it works on all selected lines too! It's like copy+paste on steroids.

I dislike the instability of n++ (the very reason I found this site is a solution to a particular crash) and it's lack of project management, but the aforementioned functionality keeps me coming back.

There's also the rarely needed, but once used - invaluable - block selection mode. Hold alt and select text. Multi line editing becomes a breeze.

As for plugins, WebEdit, when properly customized is a godsend, as is nppExec and PluginManager, both of which come in-built.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.