Categories: Reviews

4 Notepad++ Plugins for Javascript Developers

Editor’s Note: This post is from 2012. The hottest editors in 2018 are vscode and editor.

Here are some Notepad++ plugins for JavaScript Developers that I found useful.

Tip:
You can install all the plugins using Notepad++ Plugins Manager located in the “Plugins” Menu.

  1. JSLint


    Description:
    JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.


    Tip:
    If jslint turns out to be strict for you, then I recommend that you try jshint.com.
    Does it make any sense to use JSLint and follow it?
  2. JSMin


    Description:
    JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files.


    Tip:
    The great thing about this plugin is that it formats and minimizes.
    Link:
    JavaScript Compressor and Comparison Utility.
  3. JSON Viewer


    Description:
    A JSON viewer plugin for Notepad++. Displays the selected JSON string in a tree view.


    Tip:
    If you get “Could not parse!!” error message, then reformat your code with JSON.stringify().
  4. RegEx Helper


    Description:
    A Notepad++ plugin that allows users to develop regular expressions and test them against their open documents.
Larry Battle

I love to program, and discover new tech. Check out my stackoverflow and github accounts.

View Comments

Share
Published by
Larry Battle

Recent Posts

What really is Data Science? Told by a Data Scientist

What REALLY is Data Science? Told by a Data Scientist - By Joma Tech

7 years ago

Video: How Water Towers Work

How Water Towers Work - Practical Engineering

7 years ago

Dev Tip: Simple tips to improve code reviews

Writing perfect code is a challenging process. That's where code reviews come in to help…

7 years ago

Video: How AI will change the 3d industry

"The Next Leap: How A.I. will change the 3D industry - Andrew Price - Blender"

7 years ago

Best Software Presentation for 2018

"Captain Disillusion: World's Greatest Blenderer - Live at the Blender Conference 2018 - CaptainDisillusion"

7 years ago

Dev Video: A Few Linux Shell Tips

My 5 Favorite Linux Shell Tricks for SPEEEEEED (and efficiency) - By tutoriaLinux > What's…

7 years ago