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 159
  • Linux 234
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 0 1 0 1 0 0 0 0 0 0 2 0 0 1 1 2 2 1 2 0 1 2 3 0 1 2 2 1 1 1 1 2 2 1 0 0 0 0 1 1 1 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 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 0 0 0 1 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

  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)