SublimeCodeIntel should do code completion for you. You may have auto-completion turned off, however.
Here's details on code completion, in general, for Sublime text 2: https://www.sublimetext.com/docs/2/auto_complete.html And you can use the docs for SublimeCodeIntel on the home page to manually launch code completion (Shift+Control+Space / Shift+Command+Space on OSX), and also to help with troubleshooting: http://sublimecodeintel.github.io/SublimeCodeIntel/ If you're still having issues with auto-complete, check to see if it's related to one of the bugs already logged on GitHub (https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues) and, if not, file a bug. Hope that helps! -- Denny On Tuesday, September 1, 2015 at 10:36:37 AM UTC-4, Rou wrote: > > I've tried SublimeCodeIntel, TernJS, various snippets, ect. But nothing > seems to be working out of the box (except an outdated snippet) so I'm > wondering what I'm doing wrong? Is there something I have to configure? > > Something like > > fs = require('fs'); > fs. > > Doesn't come up with any suggestions. > > How do I get autocompletion / code hinting for nodeJS similar to jetbrains > webstorm in sublime text? > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/52dabe22-e1d8-42c1-a785-e4ddec3a875f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
