An all-in-one extension for PAWN scripting language, designed to simplify and enhance your scripting experience for San Andreas Multiplayer (SAMP).
✨ Features
- 🎨 Syntax Highlighting: Provides colorful, intuitive highlighting for
.pwn and .inc files.
- ✂️ Snippets: Predefined code snippets for frequently used patterns like:
- Public functions
- If statements
- Loops and more!
- ⚡ Compile Command: Quickly compile your scripts directly from VS Code.
- 🔧 Customizable Commands: Add your custom functionality for PAWN scripting.
- 🎨 Color Theme: Includes a built-in dark theme optimized for PAWN scripts.
🚀 How to Use
- Open a
.pwn or .inc file to automatically activate PAWN tools.
- Run Commands:
- Use
Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) and type:
- "Create PAWN Public Function" to insert a public function template.
- "Compile PAWN Script" to compile the currently open script.
- Snippets:
- Type keywords like
public , if , or loop and hit Tab to expand predefined snippets.
- Enjoy enhanced syntax highlighting with the Pawn Color Theme.
📂 Included Snippets
- Public Function: Quickly create a public function skeleton.
- If Statement: Insert a simple
if condition.
- For Loop: Expand a classic
for loop.
🌟 Installation
- Open VS Code.
- Go to the Extensions Marketplace (
Ctrl+Shift+X ).
- Search for Pawn Tools By Ern and click "Install".
🧑💻 Contributing
Found a bug or have a feature request?
- Fork the repository: GitHub Repo
- Create a pull request with your improvements.
📝 License
This extension is licensed under the MIT License.
Enjoy scripting with Pawn Tools By Ern! 😊
| |