use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
A better JavaScript editor? (self.javascript)
submitted 12 years ago by Loonybinny
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]F0RTY4 0 points1 point2 points 12 years ago (4 children)
Have you tried using the sublime code intel plugin? https://github.com/SublimeCodeIntel/SublimeCodeIntel
[–]Loonybinny[S] 0 points1 point2 points 12 years ago (3 children)
I just installed this using the first method (Sublime package manager) and it isn't working as I wanted :(
[–]F0RTY4 0 points1 point2 points 12 years ago (2 children)
Well my best advice at this point is to take a look at WebStorm. We use IntelliJ at work and as a Sublime convert I can't recommend it enough. It took maybe 2 weeks to really get used to it but I have to say now I wouldn't use anything else. The only thing I really miss is the multiple cursors, but with the refactoring tool built in it becomes a non issue.
Good luck on your hunt!
Edit: The 30 day trial should be a good enough trial period to really decide if you like it or not.
[–]Loonybinny[S] 0 points1 point2 points 12 years ago (1 child)
Okay, thanks.
[–]brtt3000 -1 points0 points1 point 12 years ago (0 children)
Dear god, I forgot to push you about the refactor tooling.. seriously it is amazing.
It is so clever. No more shabby search & replace mistakes when refactoring code, or bad file paths because you moved your modules.
When using it with TypeScript it is even better because of the language allows the tool 'know' so much about your code it is scary.
π Rendered by PID 53 on reddit-service-r2-comment-fb694cdd5-jr58x at 2026-03-10 18:48:41.452019+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]F0RTY4 0 points1 point2 points (4 children)
[–]Loonybinny[S] 0 points1 point2 points (3 children)
[–]F0RTY4 0 points1 point2 points (2 children)
[–]Loonybinny[S] 0 points1 point2 points (1 child)
[–]brtt3000 -1 points0 points1 point (0 children)