-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(server): change analysis to be per-rule
feat(server): add rule inlining code action (#12) feat: add a test cases file with instructions for testing the server feat(server): made the parsing code more robust
- Loading branch information
1 parent
b2cb50c
commit fa2d7bb
Showing
6 changed files
with
210 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Test Cases | ||
|
||
These are manual tests that should be performed to ensure the server is working correctly. | ||
|
||
- Check error reporting works as expected. | ||
- Check autocompletion works as expected. | ||
- Check formatting works as expected. | ||
- Check that rules with documentation show that documentation on hover. | ||
- Check that builtins show documentation on hover. | ||
- Check that the unused rule diagnostic works, with and without the `pestIdeTools.alwaysUsedRuleNames` configuration. | ||
- Check go to definition and find references works correctly. | ||
- Check that renaming rules works as expected. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.