https://github.com/freed-wu/autotools-language-server
🛠️ Autotools language server, support configure.ac, Makefile.am, Makefile.
https://github.com/freed-wu/autotools-language-server
autoconf automake configure lsp-server make makefile
Last synced: about 1 month ago
JSON representation
🛠️ Autotools language server, support configure.ac, Makefile.am, Makefile.
- Host: GitHub
- URL: https://github.com/freed-wu/autotools-language-server
- Owner: Freed-Wu
- License: gpl-3.0
- Created: 2023-06-17T16:12:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T18:10:53.000Z (about 1 month ago)
- Last Synced: 2025-04-14T19:27:18.825Z (about 1 month ago)
- Topics: autoconf, automake, configure, lsp-server, make, makefile
- Language: Python
- Homepage: https://autotools-language-server.readthedocs.io
- Size: 337 KB
- Stars: 32
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# autotools-language-server
[](https://autotools-language-server.readthedocs.io)
[](https://results.pre-commit.ci/latest/github/Freed-Wu/autotools-language-server/main)
[](https://github.com/Freed-Wu/autotools-language-server/actions)
[](https://codecov.io/gh/Freed-Wu/autotools-language-server)
[](https://deepsource.io/gh/Freed-Wu/autotools-language-server)[](https://github.com/Freed-Wu/autotools-language-server/releases)
[](https://github.com/Freed-Wu/autotools-language-server/releases/latest)
[](https://github.com/Freed-Wu/autotools-language-server/issues)
[](https://github.com/Freed-Wu/autotools-language-server/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/Freed-Wu/autotools-language-server/pulls)
[](https://github.com/Freed-Wu/autotools-language-server/pulls?q=is%3Apr+is%3Aclosed)
[](https://github.com/Freed-Wu/autotools-language-server/discussions)
[](https://github.com/Freed-Wu/autotools-language-server/milestones)
[](https://github.com/Freed-Wu/autotools-language-server/network/members)
[](https://github.com/Freed-Wu/autotools-language-server/stargazers)
[](https://github.com/Freed-Wu/autotools-language-server/watchers)
[](https://github.com/Freed-Wu/autotools-language-server/graphs/contributors)
[](https://github.com/Freed-Wu/autotools-language-server/graphs/commit-activity)
[](https://github.com/Freed-Wu/autotools-language-server/commits)
[](https://github.com/Freed-Wu/autotools-language-server/releases/latest)[](https://github.com/Freed-Wu/autotools-language-server/blob/main/LICENSE)
[](https://github.com/Freed-Wu/autotools-language-server)
[](https://github.com/Freed-Wu/autotools-language-server)
[](https://github.com/Freed-Wu/autotools-language-server)
[](https://github.com/Freed-Wu/autotools-language-server)
[](https://github.com/Freed-Wu/autotools-language-server)
[](https://github.com/Freed-Wu/autotools-language-server)[](https://pypi.org/project/autotools-language-server/#description)
[](https://pypi.org/project/autotools-language-server/#history)
[](https://pypi.org/project/autotools-language-server/#files)
[](https://pypi.org/project/autotools-language-server/#files)
[](https://pypi.org/project/autotools-language-server/#files)
[](https://pypi.org/project/autotools-language-server/#files)Language server for
[autotools](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html).Supports:
- `configure.ac`: [autoconf](https://www.gnu.org/software/autoconf)
- `Makefile.am`: [automake](https://www.gnu.org/software/automake)
- `Makefile`: [make](https://www.gnu.org/software/make)Features:
- [x] [Goto Definition](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_definition)
- [x] function
- [x] variable
- [x] target
- [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] documentOther features:
- [x] [pre-commit-hooks](https://pre-commit.com/)
- [x] linter
- [ ] formatter## Screenshots
### Diagnostic

### Hover

### Completion

## How Does It Work
See [here](https://github.com/neomutt/lsp-tree-sitter#usage).
Read
[](https://autotools-language-server.readthedocs.io)
to know more.## Similar Projects
- [cmake-language-server](https://github.com/regen100/cmake-language-server)