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: 29 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T05:40:23.000Z (10 months ago)
- Last Synced: 2024-08-02T06:12:39.881Z (9 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)


Syntax error checking

Hover support for commands and BIS functions

Signature help for some commands

Autocomplete for commands and BIS functions (including basic description)

# Credits
- Armatixes - syntax highlight grammar - https://github.com/Armitxes/VSCode_SQF