SourcePawn Completions
SourcePawn auto-completion and build-system
Details
Installs
- Total 4K
- Win 4K
- Mac 161
- Linux 236
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 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)