vscode-checkstyle icon indicating copy to clipboard operation
vscode-checkstyle copied to clipboard

Haxe Checkstyle extension for Visual Studio Code

Results 6 vscode-checkstyle issues
Sort by recently updated
recently updated
newest added

Code OSS verision - 1.70.1, OS: Manjaro Linux. Haxe errors works.

VSCode v1.72.2, Haxe Checkstyle v1.8.1 I have the `VarTypeHint` option set to `enforce_all`, and it does detect lack of type hints most of the time, but it doesn't seem to...

Config example: ``` { "type": "NeedBraces", "props": { "allowSingleLineStatement": true, "tokens": [ "FOR", "IF", "ELSE_IF", "WHILE", "DO_WHILE" ], "severity": "INFO" } } ``` Code example: ``` function testFunction(input:String):Int { //...

enhancement

ESLint has functionality which provides the following additional quickfixes: * Perform quick fix for all instances of this issue in this file. For example, "Fix all instances of StringLiteral in...

enhancement

This issue is simply an issue to bring attention to the following tasks/issues already mentioned in the README: > **Limitations**: it doesn't see violations in your project files until you...

Type: Performance Issue Typing normally and after a while the input will start to lag. This only seems to effect adding new characters. The cursor can still be moved and...