Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SkaceKamen/vscode-sqflint
SQF Language server extension
https://github.com/SkaceKamen/vscode-sqflint
arma3 sqf sqf-scripting-language vscode-extension
Last synced: 7 days ago
JSON representation
SQF Language server extension
- Host: GitHub
- URL: https://github.com/SkaceKamen/vscode-sqflint
- Owner: SkaceKamen
- License: mit
- Created: 2016-09-20T14:45:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T05:40:23.000Z (5 months ago)
- Last Synced: 2024-08-02T06:12:39.881Z (3 months ago)
- Topics: arma3, sqf, sqf-scripting-language, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 3.34 MB
- Stars: 19
- Watchers: 5
- Forks: 9
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-arma3 - vscode-sqflint - SQF Language plugin for VS Code. (Tools / Multiplayer)
README
# vscode-sqflint
Integrates sqflint tool into VS code.# Prerequisites
Java ( You no longer need to have sqflint installed as it's bundled with extension. )Works best with [SQF Language](https://marketplace.visualstudio.com/items?itemName=Armitxes.sqf) extension.
# Debugger
Experimental debugger that'll scan RPT file for changes and output new messages and errors to console.
Go to Debug tab to create debugger config.# Features
Debugger (just watches RPT files for new output)
![Debugger launch choice example](https://sqflint.zipek.cz/images/sqflint-debugger-launch.png)
![Debugger output example](https://sqflint.zipek.cz/images/sqflint-debugger.png)
Syntax error checking
![Error example](https://sqflint.zipek.cz/images/sqflint-error.png)
Hover support for commands and BIS functions
![Hover example](https://sqflint.zipek.cz/images/sqflint-hover.png)
Signature help for some commands
![Signature example](https://sqflint.zipek.cz/images/sqflint-signature.png)
Autocomplete for commands and BIS functions (including basic description)
![Autocomplete example](https://sqflint.zipek.cz/images/sqflint-autocomplete.png)
# Credits
- Armatixes - syntax highlight grammar - https://github.com/Armitxes/VSCode_SQF