Sublime Forum

Small C++ clang autocompletition plugin

#1

Source is here
bitbucket.org/cybice/icelaba-su … plugin/src
tested on Linux only

To make it work:

  1. install clang

  2. Copy source to sublime Package folder

  3. 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.

0 Likes