Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Installing

Fredrik Ehnbom edited this page Jan 12, 2014 · 1 revision

Sublime Text

Locate the "completion" binary you just built, and run this command in a terminal:

./completion install -st

This will try and locate your Sublime Text 2 and/or 3 installation and install the plugin as it thinks is appropriate.

When you then perform an autocomplete operation in a supported language it'll launch completion in daemon mode or you if it isn't already running. Keep the location of your completion command binary around, as that's the executable that will be launched.

You can also tweak the command line and whether to try and launch the daemon in the file "completion.sublime-settings" which will have been written to your sublime packages path in the subdirectory "completion".

Clone this wiki locally