Source is here
bitbucket.org/cybice/icelaba-su … plugin/src
tested on Linux only
To make it work:
-
install clang
-
Copy source to sublime Package folder
-
add this line to Menu/Preferences/Settings User
“auto_complete_triggers”: {“selector”: “source.c++”, “characters”: “~”} ]
The source is really easy and small so you can add any functional you need.
Yours,
Ivan Starkov.