SourcePawn Completions
SourcePawn auto-completion and build-system
Details
Installs
- Total 4K
- Win 4K
- Mac 159
- Linux 233
Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 2 | 1 | 0 | 4 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 3 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 3 | 1 | 0 | 0 | 1 | 2 | 1 | 2 | 1 | 1 | 0 | 1 | 2 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SourcePawn Completions for SublimeText 3
A Sublime Text 3 plugin that dynamically genenerates completions for SourcePawn.
Based on sublime-sourcepawn.
Includes watchdog python module
Installing
Via package control
- Press
Control+Shift+P
orCmd+Shift+P
(on Mac) - Type Package Control: Install Package, hit enter.
- Type in SourcePawn Completions, hit enter again.
Manually
Clone this repository into a subfolder of your Packages directory:
* Mac OS ~/Library/Application Support/Sublime Text 3/Packages/
* Windows %APPDATA%/Sublime Text 3/Packages/
Configuration
Note: All paths must be an absolute. Relative paths are unsupported.
- Open Sublime Text -> Preferences -> Package Settings -> SourcePawn Completions -> Settings - User.
- Add
include_directory
setting with path to your SourceMod include files (sourcemod/scripting
folder). (You could look for some exmaples in Settings - Default) - Save and close file.
- Open Sublime Text -> Preferences -> Package Settings -> SourcePawn Completions -> Build settings - Example and Build settings - User
- Copy one of
cmd
settings fromSourcePawn.sublime-build.example
, paste it toSourcePawn.sublime-build
and ajust path tospcomp
. This allows you to use Build feature in SublimeText. - Save and close file.
Usage
SourcePawn Completions is automatically active on .sp and .inc files. The completion list updates whenever you stop typing for 1 second or when you save the file.
Aslo recommend
To take full advantage recommend to install the following packages: * SourcePawn Syntax Highlighting (available in Package control)