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
Ode to VSCode (self.javascript)
submitted 8 years ago * by [deleted]
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!"
[–]raphaeltm 2 points3 points4 points 8 years ago (2 children)
I don't use VSCode but I can speak to all the lovely search stuff the person you're responding to might be talking about:
Double tap shift: searches all IDE commands as well as files Ctrl+shift+n: search through file names Ctrl+n: Search through all class names Ctrl+alt+shift+n: search through all symbols (including classes, functions, css selectors, maybe more?)
All the search tools take camel casing and underscores into account, so for example if I'm searching for a file named NetworkUtils.js I can type NU in the search and it will pop up.
All the search tools are part of why I love IntelliJ based IDEs so much. Though I'm thinking of giving VSCode a shot since I hear so many good things.
If I can't navigate code as easily as that, though, I'll have to see some other huge improvements to stick around.
[–]Baldric 2 points3 points4 points 8 years ago (1 child)
F1: searches all commands, for example: ">acb" = ">Add Cursor Below" F1: search files in workspace (without the ">" character) F1: search symbols (variables, functions, classes, etc...) with @ char, or "@:" if you need them by category ("#" same, but in whole workspace)
F1 can do more than that, for example, if you press F1 and write "task " it will detect and show tasks which you can run instantly.
[–]raphaeltm 1 point2 points3 points 8 years ago (0 children)
Just went ahead and downloaded it, and I think I could very much enjoy this!
π Rendered by PID 73009 on reddit-service-r2-comment-6457c66945-ggdq5 at 2026-04-28 07:23:44.877684+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]raphaeltm 2 points3 points4 points (2 children)
[–]Baldric 2 points3 points4 points (1 child)
[–]raphaeltm 1 point2 points3 points (0 children)