ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Source​Pawn Completions

by ppalex7 ST3

SourcePawn auto-completion and build-system

Details

Installs

  • Total 4K
  • Win 4K
  • Mac 161
  • Linux 238
Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14
Windows 0 0 0 1 0 1 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1 2 1 0 0 2 4 1 0 1 1 0 4 1 0 1 0 0 0 1 0 1 1 2 2
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 0 0 0 0 0
Linux 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 0 0 0 0 0 0 1 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

  1. Press Control+Shift+P or Cmd+Shift+P (on Mac)
  2. Type Package Control: Install Package, hit enter.
  3. 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.

  1. Open Sublime Text -> Preferences -> Package Settings -> SourcePawn Completions -> Settings - User.
  2. Add include_directory setting with path to your SourceMod include files (sourcemod/scripting folder). (You could look for some exmaples in Settings - Default)
  3. Save and close file.
  4. Open Sublime Text -> Preferences -> Package Settings -> SourcePawn Completions -> Build settings - Example and Build settings - User
  5. Copy one of cmd settings from SourcePawn.sublime-build.example, paste it to SourcePawn.sublime-build and ajust path to spcomp. This allows you to use Build feature in SublimeText.
  6. 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)