LCF-AT Posted December 24, 2021 Share Posted December 24, 2021 Hi guys, can anyone recommend a good JS editor with full syntax / code suggestions when I write codes?I tried using Notepad++ but it dosen't have all included.Also tried BlueFish & Atom but they also not so well me.Now found PhPStorm but this isnt free and also dosent start the trial without any account etc.Also found a info about webstorm from their site wish should be a free version but isn't to download anymore.Uhhm!So can you recommend any JS editor (free version) what has it all? Above a image of WebStrom someone used on YT and getting a lots of suggestions when writing the code.Thats nice to have.Maybe you know some other tools who have it too etc.As I said, Notepad++ dosen't have all and the Preview HTML plugin dosen't work when I have set the language to JavaScript and I always have to change it from JS to HTML and back whats really bad.Anyway, if you got some alternativ tools in mind then tell me.Thank you. greetz Link to comment Share on other sites More sharing options...
whoknows Posted December 25, 2021 Share Posted December 25, 2021 github.com/VSCodium/vscodium/releases sublimetext.com aptana.com codelobster.com 3 Link to comment Share on other sites More sharing options...
atom0s Posted December 26, 2021 Share Posted December 26, 2021 VSCode is probably one of the best free ones available at this point. Plenty of extensions that can greatly enhance the experience as well. If you wish to avoid the branding/Microsoft force-fed nonsense, then VSCodium like whoknows mentioned is a great fork to use for that. JetBrains WebStorm is pretty nice too, has an excellent debugger if you're using Node.js specifically. However, I don't personally recommend bothering with it now that VSCode has matured as much as it has because it isn't free. 4 Link to comment Share on other sites More sharing options...
eXit Posted January 18, 2022 Share Posted January 18, 2022 (edited) On 12/26/2021 at 3:13 AM, atom0s said: VSCode is probably one of the best free ones available at this point. Plenty of extensions that can greatly enhance the experience as well. If you wish to avoid the branding/Microsoft force-fed nonsense, then VSCodium like whoknows mentioned is a great fork to use for that. JetBrains WebStorm is pretty nice too, has an excellent debugger if you're using Node.js specifically. However, I don't personally recommend bothering with it now that VSCode has matured as much as it has because it isn't free. VSCode or JetBrains WebStorm seem to be the go to IDEs for Javascript these days. Echoing atom0s the built in debugger for JetBrains is good. Edited January 18, 2022 by eXit 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now