The fibjs Sublime Text 2/3 Package provides code completion for fibjs.
The package code completion is generated from the main fibjs libraries and global namespaces. To invoke
the code completion start typing the namespace you want (For example, type util
) and then Ctrl + Space, you get this:
MacOSX
`git clone git://github.com/ngot/SublimeText-fibjs.git ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/fibjs`
Windows
`git clone git://github.com/ngot/SublimeText-fibjs.git "%APPDATA%\Sublime Text 2\Packages\fibjs`
MacOSX
`git clone git://github.com/ngot/SublimeText-fibjs.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/fibjs`
Windows
`git clone git://github.com/ngot/SublimeText-fibjs.git "%APPDATA%\Sublime Text 3\Packages\fibjs`