Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6565547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:06:26+00:00 2026-05-25T14:06:26+00:00

I use notepad++ for my JavaScript development now. I am wondering if anyone has

  • 0

I use notepad++ for my JavaScript development now. I am wondering if anyone has successfully integrated jsDoc with notepad++ for easy code commenting.

I was usint Aptana earlier and it was already integrated in it as ScriptDoc I believe but Aptana grew out to be painfully slow.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:06:26+00:00Added an answer on May 25, 2026 at 2:06 pm

    It it is possible to get jsDoc to work using the NppExec plugin. The steps are pretty straightforward, and should be a lot more straightforward after you read this.

    1. In NPP (I’m using v. 5.9.3) open the plugin manager
    2. Install NppExec plugin. (Npp restarts, I believe)
    3. Go to the NppExec menu under plugins, choose the “Execute” menu option. A tiny scripting window opens.
    4. Enter the following NppExec scriptlet:


    NPP_SAVE
    cls
    SET jsDocPath = e:\javascript\jsdoc
    cmd /c if "$(EXT_PART)"==".js" echo "Running JSDoc" && $(jsDocPath)\jsDocMe.cmd $(jsDocPath) "$(FULL_CURRENT_PATH)" "$(CURRENT_DIRECTORY)\jsDoc"
    NPP_CONSOLE 0

    (the line beginning with cmd and the following line should all appear on one line…)

    Explanation: The set command sets a variable for where your jsDoc path is.
    The cmd line first checks to see if the currently open file has a .js extension, and if so
    it calls a .cmd file called jsDocMe.cmd, text below, passing in the jsDocPath, the full path of the current file, and the directory of the current file. The use of these variables can be seen in the .cmd file. The text of the .cmd file is below, a simple set of batch commands that changes to the jsDoc directory, runs the jsrun.jar file, and sends output to a new jsDoc folder beneath the current working directory.

    cd /D %1
    java -jar jsrun.jar app\run.js -d=%3 -a -p -t=templates/jsdoc %2 
    %3\index.html
    exit
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to write code use notepad and compile the c code use cmd
I'm currently writing some groovy scripts. Till now I simply use notepad and run
Use case: I've just entered insert mode, and typed some text. Now I want
Right now, I'm trying to use a Powershell script to read through a text
I want to use Notepad and invoke the compiler and linker from the command
I'm at university, and we were taught to use notepad to programme java to
when i use a file system watcher changed event for a notepad it occurs
I use emacs for viewing and editing code and other text files. I wanted
I've been using Programmer's notepad for a while now, I find it to be
Currently I use Notepad for this purpose. Is there any specific tool intended for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.