You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@ haxelib run checkstyle -s src
50
50
haxelib run checkstyle -s src -detect detectedCheckstyle.json
51
51
```
52
52
53
+
### VSCode integration
54
+
55
+
There is a VSCode extension for haxe-checkstyle available in the VSCode marketplace. It is currently built with haxe-checkstyle v2.4.1 and tokentree v1.0.1. You can view the development version here: [vscode-checkstyle](https://github.com/vshaxe/vscode-checkstyle)
56
+
53
57
### Reference
54
58
55
59
[More information and reference](http://haxecheckstyle.github.io/docs).
0 commit comments