Sublime Forum

Setting up Javascript auto-completion with SublimeCodeIntel?

#1

What actions it is necessary to take to set-up a working Javascript auto-completion with SublimeCodeIntel?

Is it simple a matter of performing UNIX find to find all folders in the project containing .js files and putting those folders to .codeintel config? Or should SublimeCodeIntel find these files in project folder automatically and .codeintel is only necessary for folders outside the project tree?

Where one could find information how SublimeCodeIntel (or CodeIntel as generally is supposed to work)?

Does it support auto-completion from various Javascript module / Asynchronous Module Definition patters where everything is wrapped inside one fuction in JS file?

0 Likes