# autotools-language-server
[![readthedocs](https://shields.io/readthedocs/autotools-language-server)](https://autotools-language-server.readthedocs.io)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Freed-Wu/autotools-language-server/main.svg)](https://results.pre-commit.ci/latest/github/Freed-Wu/autotools-language-server/main)
[![github/workflow](https://github.com/Freed-Wu/autotools-language-server/actions/workflows/main.yml/badge.svg)](https://github.com/Freed-Wu/autotools-language-server/actions)
[![codecov](https://codecov.io/gh/Freed-Wu/autotools-language-server/branch/main/graph/badge.svg)](https://codecov.io/gh/Freed-Wu/autotools-language-server)
[![DeepSource](https://deepsource.io/gh/Freed-Wu/autotools-language-server.svg/?show_trend=true)](https://deepsource.io/gh/Freed-Wu/autotools-language-server)
[![github/downloads](https://shields.io/github/downloads/Freed-Wu/autotools-language-server/total)](https://github.com/Freed-Wu/autotools-language-server/releases)
[![github/downloads/latest](https://shields.io/github/downloads/Freed-Wu/autotools-language-server/latest/total)](https://github.com/Freed-Wu/autotools-language-server/releases/latest)
[![github/issues](https://shields.io/github/issues/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/issues)
[![github/issues-closed](https://shields.io/github/issues-closed/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/issues?q=is%3Aissue+is%3Aclosed)
[![github/issues-pr](https://shields.io/github/issues-pr/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/pulls)
[![github/issues-pr-closed](https://shields.io/github/issues-pr-closed/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/pulls?q=is%3Apr+is%3Aclosed)
[![github/discussions](https://shields.io/github/discussions/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/discussions)
[![github/milestones](https://shields.io/github/milestones/all/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/milestones)
[![github/forks](https://shields.io/github/forks/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/network/members)
[![github/stars](https://shields.io/github/stars/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/stargazers)
[![github/watchers](https://shields.io/github/watchers/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/watchers)
[![github/contributors](https://shields.io/github/contributors/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/graphs/contributors)
[![github/commit-activity](https://shields.io/github/commit-activity/w/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/graphs/commit-activity)
[![github/last-commit](https://shields.io/github/last-commit/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/commits)
[![github/release-date](https://shields.io/github/release-date/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/releases/latest)
[![github/license](https://shields.io/github/license/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/blob/main/LICENSE)
[![github/languages](https://shields.io/github/languages/count/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)
[![github/languages/top](https://shields.io/github/languages/top/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)
[![github/directory-file-count](https://shields.io/github/directory-file-count/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)
[![github/code-size](https://shields.io/github/languages/code-size/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)
[![github/repo-size](https://shields.io/github/repo-size/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)
[![github/v](https://shields.io/github/v/release/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)
[![pypi/status](https://shields.io/pypi/status/autotools-language-server)](https://pypi.org/project/autotools-language-server/#description)
[![pypi/v](https://shields.io/pypi/v/autotools-language-server)](https://pypi.org/project/autotools-language-server/#history)
[![pypi/downloads](https://shields.io/pypi/dd/autotools-language-server)](https://pypi.org/project/autotools-language-server/#files)
[![pypi/format](https://shields.io/pypi/format/autotools-language-server)](https://pypi.org/project/autotools-language-server/#files)
[![pypi/implementation](https://shields.io/pypi/implementation/autotools-language-server)](https://pypi.org/project/autotools-language-server/#files)
[![pypi/pyversions](https://shields.io/pypi/pyversions/autotools-language-server)](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] document
Other features:
- [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)
## How Does It Work
See [here](https://github.com/neomutt/lsp-tree-sitter#usage).
Read
[![readthedocs](https://shields.io/readthedocs/autotools-language-server)](https://autotools-language-server.readthedocs.io)
to know more.
## Similar Projects
- [cmake-language-server](https://github.com/regen100/cmake-language-server)
Raw data
{
"_id": null,
"home_page": null,
"name": "autotools-language-server",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "autotools, language server",
"author": null,
"author_email": "\"Wu, Zhenyu\" <wuzhenyu@ustc.edu>",
"download_url": "https://files.pythonhosted.org/packages/0a/13/47d731f68f5b15dd59e4bd15ae1dfa50de7fd8d5fe0bf5ba961189a5132f/autotools_language_server-0.0.21.tar.gz",
"platform": null,
"description": "# autotools-language-server\n\n[![readthedocs](https://shields.io/readthedocs/autotools-language-server)](https://autotools-language-server.readthedocs.io)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Freed-Wu/autotools-language-server/main.svg)](https://results.pre-commit.ci/latest/github/Freed-Wu/autotools-language-server/main)\n[![github/workflow](https://github.com/Freed-Wu/autotools-language-server/actions/workflows/main.yml/badge.svg)](https://github.com/Freed-Wu/autotools-language-server/actions)\n[![codecov](https://codecov.io/gh/Freed-Wu/autotools-language-server/branch/main/graph/badge.svg)](https://codecov.io/gh/Freed-Wu/autotools-language-server)\n[![DeepSource](https://deepsource.io/gh/Freed-Wu/autotools-language-server.svg/?show_trend=true)](https://deepsource.io/gh/Freed-Wu/autotools-language-server)\n\n[![github/downloads](https://shields.io/github/downloads/Freed-Wu/autotools-language-server/total)](https://github.com/Freed-Wu/autotools-language-server/releases)\n[![github/downloads/latest](https://shields.io/github/downloads/Freed-Wu/autotools-language-server/latest/total)](https://github.com/Freed-Wu/autotools-language-server/releases/latest)\n[![github/issues](https://shields.io/github/issues/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/issues)\n[![github/issues-closed](https://shields.io/github/issues-closed/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/issues?q=is%3Aissue+is%3Aclosed)\n[![github/issues-pr](https://shields.io/github/issues-pr/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/pulls)\n[![github/issues-pr-closed](https://shields.io/github/issues-pr-closed/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/pulls?q=is%3Apr+is%3Aclosed)\n[![github/discussions](https://shields.io/github/discussions/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/discussions)\n[![github/milestones](https://shields.io/github/milestones/all/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/milestones)\n[![github/forks](https://shields.io/github/forks/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/network/members)\n[![github/stars](https://shields.io/github/stars/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/stargazers)\n[![github/watchers](https://shields.io/github/watchers/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/watchers)\n[![github/contributors](https://shields.io/github/contributors/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/graphs/contributors)\n[![github/commit-activity](https://shields.io/github/commit-activity/w/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/graphs/commit-activity)\n[![github/last-commit](https://shields.io/github/last-commit/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/commits)\n[![github/release-date](https://shields.io/github/release-date/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/releases/latest)\n\n[![github/license](https://shields.io/github/license/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server/blob/main/LICENSE)\n[![github/languages](https://shields.io/github/languages/count/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)\n[![github/languages/top](https://shields.io/github/languages/top/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)\n[![github/directory-file-count](https://shields.io/github/directory-file-count/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)\n[![github/code-size](https://shields.io/github/languages/code-size/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)\n[![github/repo-size](https://shields.io/github/repo-size/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)\n[![github/v](https://shields.io/github/v/release/Freed-Wu/autotools-language-server)](https://github.com/Freed-Wu/autotools-language-server)\n\n[![pypi/status](https://shields.io/pypi/status/autotools-language-server)](https://pypi.org/project/autotools-language-server/#description)\n[![pypi/v](https://shields.io/pypi/v/autotools-language-server)](https://pypi.org/project/autotools-language-server/#history)\n[![pypi/downloads](https://shields.io/pypi/dd/autotools-language-server)](https://pypi.org/project/autotools-language-server/#files)\n[![pypi/format](https://shields.io/pypi/format/autotools-language-server)](https://pypi.org/project/autotools-language-server/#files)\n[![pypi/implementation](https://shields.io/pypi/implementation/autotools-language-server)](https://pypi.org/project/autotools-language-server/#files)\n[![pypi/pyversions](https://shields.io/pypi/pyversions/autotools-language-server)](https://pypi.org/project/autotools-language-server/#files)\n\nLanguage server for\n[autotools](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html).\n\nSupports:\n\n- `configure.ac`: [autoconf](https://www.gnu.org/software/autoconf)\n- `Makefile.am`: [automake](https://www.gnu.org/software/automake)\n- `Makefile`: [make](https://www.gnu.org/software/make)\n\nFeatures:\n\n- [x] [Goto Definition](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_definition)\n - [x] function\n - [x] variable\n - [x] target\n- [x] [Find References](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_references)\n - [x] function\n - [x] variable\n - [x] target\n- [x] [Diagnostic](https://microsoft.github.io/language-server-protocol/specifications/specification-current#diagnostic)\n- [ ] [Document Formatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_formatting)\n- [x] [Hover](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_hover)\n - [x] definition\n - [x] document\n- [x] [Completion](https://microsoft.github.io/language-server-protocol/specifications/specification-current#textDocument_completion)\n - [ ] definition\n - [x] document\n\nOther features:\n\n- [x] [pre-commit-hooks](https://pre-commit.com/)\n - [x] linter\n - [ ] formatter\n\n## Screenshots\n\n### Diagnostic\n\n![diagnostic](https://github.com/Freed-Wu/autotools-language-server/assets/32936898/a1b35e66-7046-42e0-8db8-b636e711764d)\n\n### Hover\n\n![document hover](https://github.com/Freed-Wu/autotools-language-server/assets/32936898/c39c08fd-3c8e-474d-99f4-e9f919f4da37)\n\n### Completion\n\n![completion](https://github.com/SchemaStore/schemastore/assets/32936898/fa0c523d-cb51-4870-92a4-07d64c624221)\n\n## How Does It Work\n\nSee [here](https://github.com/neomutt/lsp-tree-sitter#usage).\n\nRead\n[![readthedocs](https://shields.io/readthedocs/autotools-language-server)](https://autotools-language-server.readthedocs.io)\nto know more.\n\n## Similar Projects\n\n- [cmake-language-server](https://github.com/regen100/cmake-language-server)\n",
"bugtrack_url": null,
"license": "GPL v3",
"summary": "Language server for makefile and configure.ac",
"version": "0.0.21",
"project_urls": {
"Bug Report": "https://github.com/Freed-Wu/autotools-language-server/issues",
"Download": "https://github.com/Freed-Wu/autotools-language-server/releases",
"Homepage": "https://autotools-language-server.readthedocs.io",
"Source": "https://github.com/Freed-Wu/autotools-language-server"
},
"split_keywords": [
"autotools",
" language server"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3a74b6957a4ffbf0838b7936742bb23a25663a91564b11b5a3f98292706bcb67",
"md5": "1593739171762f199012dac285d3d6b8",
"sha256": "45fbb6cfb11b010f241f37373cf3c5c5fca3e6af4ae7c74977193177dbea4bc7"
},
"downloads": -1,
"filename": "autotools_language_server-0.0.21-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1593739171762f199012dac285d3d6b8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 141420,
"upload_time": "2024-10-04T16:00:47",
"upload_time_iso_8601": "2024-10-04T16:00:47.393074Z",
"url": "https://files.pythonhosted.org/packages/3a/74/b6957a4ffbf0838b7936742bb23a25663a91564b11b5a3f98292706bcb67/autotools_language_server-0.0.21-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0a1347d731f68f5b15dd59e4bd15ae1dfa50de7fd8d5fe0bf5ba961189a5132f",
"md5": "9f84300d63fcf9987afd6ecca39eb2a6",
"sha256": "d9a901e364c2a5cad04001d228fe72449523466d2537c0d1ef4530fc1e26ffd3"
},
"downloads": -1,
"filename": "autotools_language_server-0.0.21.tar.gz",
"has_sig": false,
"md5_digest": "9f84300d63fcf9987afd6ecca39eb2a6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 138303,
"upload_time": "2024-10-04T16:00:49",
"upload_time_iso_8601": "2024-10-04T16:00:49.158054Z",
"url": "https://files.pythonhosted.org/packages/0a/13/47d731f68f5b15dd59e4bd15ae1dfa50de7fd8d5fe0bf5ba961189a5132f/autotools_language_server-0.0.21.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-04 16:00:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Freed-Wu",
"github_project": "autotools-language-server",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "autotools-language-server"
}