Skip to content

SkaceKamen/vscode-sqflint

Repository files navigation

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 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

Debugger output example

Syntax error checking

Error example

Hover support for commands and BIS functions

Hover example

Signature help for some commands

Signature example

Autocomplete for commands and BIS functions (including basic description)

Autocomplete example

Credits