Sublime Forum

Trying to find plugin I used before

#1

I am trying to find a plugin I used before. It was very helpful in a Node.js project I was working on. When I would type something that linked to a node module it would autocomplete it with the functions for it that were saved in another file. I do not believe it was Node.js-specific though (or at least did not claim to be). I’ve Googled several different ways and came up with nothing. If you know what this plugin is please tell me.
Thanks!

0 Likes

#2

You could present your research, so we know what you got to find but was not acceptable.

  1. https://packagecontrol.io/packages/Node%20Completions

Also, this do not need a special packages, it is built-in on Sublime Text, what you may need is a package for autocomplete symbols:

  1. https://packagecontrol.io/search/completion
  2. Why use CTags, while there is the built-in Sublime Text symbols?
0 Likes

#3

I know AllAutoComplete, SublimeCodeIntel, and Better Completions all are not the ones I want.

0 Likes