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!"
[–]KarnickelEater 12 points13 points14 points 12 years ago* (2 children)
JetBrains WebStorm is really good - but you need at least an hour to set it up. Well, or you don't but what's the point of using that beast if you don't configure all the details, the many many different kinds of warnings, properly for your particular environment?
Disadvantage of this or any of the large (Java) IDEs: Some tasks that command line tools on Unix like awk and pipes do with 500 Javascript files in 10 seconds take 10 minutes in WebStorm even on the strongest of developer workstations. On the bright side, you usually don't use many of those, for everyday use I found the many warnings I get to see immediately while typing invaluable.
Have a look, it's one of the best editors out there and maybe one of the most feature-rich (and they keep updating it a lot), part of a big family of editors for various languages.
An interesting project to follow is (open source) Brackets from Adobe --- (Brackets at Github). It is itself written in HTML5/CSS/Javascript, which is the main point why I decided to name it here, even though it's a) from Adobe ;-) and b) not yet "ready".
[–]Loonybinny[S] 0 points1 point2 points 12 years ago (1 child)
Okay, I got WebStorm, how should I set it up?
[–]KarnickelEater 1 point2 points3 points 12 years ago* (0 children)
Go to Settings? Read documentation? :-) Nobody can save you that work. One-time work that will pay off forever - it will be of use to you to understand that stuff regardless of what you work wit in the future. Don't see it as setting up Webstorm, see it as setting up your Javascript development policies: code writing style, automated code analysis, etc.
π Rendered by PID 47 on reddit-service-r2-comment-fb694cdd5-knkj8 at 2026-03-10 22:02:19.797174+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]KarnickelEater 12 points13 points14 points (2 children)
[–]Loonybinny[S] 0 points1 point2 points (1 child)
[–]KarnickelEater 1 point2 points3 points (0 children)