Any good Javascript editor/IDE?

moster67

Expert
Licensed User
Longtime User
Working more and more with jServer (and ABM), I find that I need to write Javascript (and jQuery) more often.

Normally I use Notepad++ for these things but for this case, I would like an IDE. I have tried using Visual Studio Code (which is very nice) but I don't know how to configure it to run my pages using localhost (running jServer) - in debugging the page is always opened as a file.

Anyone who knows how to resolve my problem with Visual Studio Code or suggest a similar IDE which can open localhost?

BTW: Happy Easter for those who celebrates it.
 

NJDude

Expert
Licensed User
Longtime User
VS Code is really good and I recommend it.

Have you downloaded the JS extensions?, (I used to use VS Code to write PowerShell code and worked just fine) also, check the video tutorials they have on the VS Code site, they have tons of them.

Sorry not being able to give a better answer.

Happy Easter to you too!!!
 
Top