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 5d063c7 commit 3d5eed3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,20 @@ This language server only provides extra features for `build.sh` which
[bash-language-server](https://github.com/bash-lsp/bash-language-server)
doesn't support:

- [x] document hover
- [x] [Diagnostic](https://microsoft.github.io/language-server-protocol/specifications/specification-current#diagnostic):
- [x] [namcap](https://wiki.archlinux.org/title/Namcap)
- [ ] detect variable type. Such as: `depends` shouldn't be a function
- [ ] [Document Formatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_formatting):
sort some variables
- [ ] [Document Link](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_documentLink):
jump to <https://archlinux.org/packages/package_name>
- [x] [Hover](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_hover)
- [x] packages
- [x] builtin variables/functions
- [x] completion
- [x] [Completion](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_completion):
- [x] packages
- [x] builtin variables/functions
- [x] diagnostic
- [x] [namcap](https://wiki.archlinux.org/title/Namcap)
- [ ] detect variable type. Such as: `depends` shouldn't be a function
- [ ] format: sort some variables
- [ ] document link: jump to <https://archlinux.org/packages/package_name>
- [ ] code actions
- [ ] [Code Action](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_codeAction)
- [ ] generate a template by the name of directory containing `PKGBUILD`, the
templates comes from:
- [ ] customized by user
Expand Down

0 comments on commit 3d5eed3

Please sign in to comment.