Skip to content

Commit

Permalink
📝 Add URLs to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Oct 21, 2023
1 parent 87b0a48 commit 4a5db59
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,41 @@ Supports:

Features:

- [x] diagnostic: only support `Makefile`
- [x] document hover
- [x] definition
- [x] document
- [ ] format
- [x] completion
- [ ] definition
- [x] document
- [x] go to definitions: only support `Makefile`
- [x] [Goto Definition](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_definition):
- [x] function
- [x] variable
- [x] target
- [x] go to references: only support `Makefile`
- [x] [Find References](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_references):
- [x] function
- [x] variable
- [x] target
- [x] [Diagnostic](https://microsoft.github.io/language-server-protocol/specifications/specification-current#diagnostic):
- [ ] [Document Formatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_formatting):
- [x] [Hover](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_hover)
- [x] definition
- [x] document
- [x] [Completion](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_completion):
- [ ] definition
- [x] document

Other features:

- [x] pre-commit-hooks
- [x] [pre-commit-hooks](https://pre-commit.com/)
- [x] linter
- [ ] formatter

## Screenshots

### Diagnostic

![diagnostic](https://github.com/Freed-Wu/autotools-language-server/assets/32936898/a1b35e66-7046-42e0-8db8-b636e711764d)

### Hover

![document hover](https://github.com/Freed-Wu/autotools-language-server/assets/32936898/c39c08fd-3c8e-474d-99f4-e9f919f4da37)

### Completion

![completion](https://github.com/SchemaStore/schemastore/assets/32936898/fa0c523d-cb51-4870-92a4-07d64c624221)

Read
Expand Down

0 comments on commit 4a5db59

Please sign in to comment.