Skip to content

Commit 896c656

Browse files
committed
added links to vscode extension
1 parent 60c33fc commit 896c656

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Fixed reported character positions [#435](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/435)
1111
- Changed default policy of ExtendedEmptyLines check to `upto` [#434](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/434)
1212
- Moved token tree into separate library [#434](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/434)
13+
- Release of "Haxe Checkstyle" extension for vscode
1314

1415
## version 2.4.0 (2018-06-02)
1516

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ haxelib run checkstyle -s src
5050
haxelib run checkstyle -s src -detect detectedCheckstyle.json
5151
```
5252

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+
5357
### Reference
5458

5559
[More information and reference](http://haxecheckstyle.github.io/docs).

0 commit comments

Comments
 (0)