KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sourcepawn-vscode
★ 33
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SourceGo
:
SourceGo is a transpiler that transforms a subset of Golang-like code to equivalent SourcePawn.
tree-sitter-sourcepawn
:
SourcePawn grammar for node-tree-sitter
CSGO-Servers
:
Optimize Your Counter-Strike: Global Offensive Game Servers
sptools
:
a frontend library for the SourcePawn scripting language.
language-sourcepawn
:
Sourcepawn support in Atom
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sourcepawn-vscode
?
Download (.md)
# SourcePawn SourcePawn highlighting and autocompletion for Visual Studio Code. Supports the SourceMod 1.7+ syntax.  The extension automatically scans `.inc` files for functions and documentation comments to generate autocompletion for your SourceMod projects. It scans for the SourceMod API functions in the `include/` relative to the currently open SourcePawn file, if you keep your code seperate from the SourceMod includes you can tell the extension where to find SourceMod with the `sourcepawnLanguageServer.sourcemod_home` setting: ```json { "sourcepawnLanguageServer.sourcemod_home": "/path/to/sourcemod/include" } ```