-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed hover doc support & improved test coverage (#33)
* chore: added significant coverage to test-data/node-types.test.ts & src/utils/node-types.ts * chore: testing functions in tree-sitter.ts * chore: began writing signature.test.fish * chore: 'signature -> alias, functions' in test-data/signature.test.ts * Refactor: Update signatureHelpProvider in config.ts and import statements in server.ts Why: - The signatureHelpProvider object in config.ts has been refactored to include a new property 'workDoneProgress' and updated 'triggerCharacters'. - Additional imports related to signature handling have been added in server.ts for better functionality. Changes: - Updated signatureHelpProvider in config.ts to include 'workDoneProgress' property and update 'triggerCharacters'. - Added import statements for signature-related functions in server.ts to improve signature handling. * docs: updates to ./docs/CONTRIBUTING.md * feat: fixed test-data/formatting.test.ts * docs: fixed emoji's in Header * added to ./test-data/node-types.test.ts * feat: added src/document-highlight.ts * feat: added mini `fish-lsp.executeLine` command with `onExecuteCommandHandler` - on line ~/.config/fish/config/fish (line: 596) ```fish echo yes ``` `:CocCommand fish-lsp.executeLine $HOME/.config/fish/config.fish 595` --- Output's in popup window: ```console Executed: echo yes Output: yes ``` * fix: line correction for client `onCommandExecution(connection, line-1)` in src/server.ts * feat: parser language tests * feat: (with logging) fix status/$status + multiline \ + function hover --flags * docs: added contributing screenshots * docs: README.md features * fix: removed `{'paths': { '@utils/*': ['./src/utils/*']}}' bad resolution from tsconfig
- Loading branch information
Showing
24 changed files
with
2,365 additions
and
171 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
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
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.