Skip to content

Commit

Permalink
docs(external-tools): regenerate the list
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 29, 2024
1 parent ad6de25 commit 4f7e4c1
Showing 1 changed file with 36 additions and 9 deletions.
45 changes: 36 additions & 9 deletions docs/EXTERNAL-TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,39 @@ you might need install some of these tools.
38. [`pyright`](https://github.com/microsoft/pyright) - LSP server for Python
39. [`ccls`](https://github.com/MaskRay/ccls) - C/C++/Objective-C language server
40. [`clangd`](https://clangd.llvm.org) - A C/C++ language server that provides IDE-like features to editors
41. [`rust-analyzer`](https://github.com/rust-lang/rust-analyzer) - A Rust compiler front-end for IDEs, aka. Rust LSP
42. [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server) - Language Server for YAML files
43. [`lemminx`](https://github.com/eclipse/lemminx) - Eclipse XML language server
44. [`bash-language-server`](https://github.com/bash-lsp/bash-language-server) - LSP for Bash/Shell
45. [`ltex-ls`](https://github.com/valentjn/ltex-ls) - LTeX Language Server based on Language Tool
46. [`sqlfluff`](https://sqlfluff.com) - SQLFluff is a modular SQL linter for humans
47. [`sqlformat`](https://sqlformat.org) - SQL formatter
48. [`docker`](https://www.docker.com) - A self-sufficient runtime for containers
49. [`bear`](https://github.com/rizsotto/Bear) - A tool that generates a compilation database for Clang tooling
41. [`clang`](https://clang.llvm.org) - A C language family frontend for LLVM
42. [`luac`](https://www.lua.org) - Lua compiler
43. [`rust-analyzer`](https://github.com/rust-lang/rust-analyzer) - A Rust compiler front-end for IDEs, aka. Rust LSP
44. [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server) - Language Server for YAML files
45. [`lemminx`](https://github.com/eclipse/lemminx) - Eclipse XML language server
46. [`bash-language-server`](https://github.com/bash-lsp/bash-language-server) - LSP for Bash/Shell
47. [`ltex-ls`](https://github.com/valentjn/ltex-ls) - LTeX Language Server based on Language Tool
48. [`sqlfluff`](https://sqlfluff.com) - SQLFluff is a modular SQL linter for humans
49. [`sqlformat`](https://sqlformat.org) - SQL formatter
50. [`docker`](https://www.docker.com) - A self-sufficient runtime for containers
51. [`bear`](https://github.com/rizsotto/Bear) - A tool that generates a compilation database for Clang tooling
52. [`clink`](https://github.com/Smattr/clink) - A modern re-implementation of Cscope based on Clang
53. [`autoconf`](https://www.gnu.org/software/make) - Generate configuration script
54. [`aspell`](http://aspell.net) - Interactive spell checker
55. [`enchant-2`](https://github.com/AbiWord/enchant) - A generic spell checker
56. [`clink`](https://github.com/Smattr/clink) - A modern re-implementation of Cscope based on Clang
57. [`codespell`](https://github.com/codespell-project/codespell) - Check code for common misspellings
58. [`bandit`](https://github.com/pycqa/bandit) - A tool designed to find common security issues in Python code
59. [`guild`](https://www.gnu.org/software/guile) - The command-line interface to Guile’s compiler and utilities
60. [`pmd`](https://pmd.github.io) - An extensible cross-language static code analyzer
61. [`pyre`](https://pyre-check.org) - A performant type-checker for Python 3
62. [`nasm`](https://www.nasm.us) - Netwide Assembler (NASM), an assembler for the x86 CPU
63. [`cppcheck`](https://cppcheck.sourceforge.io) - A tool for static C/C++ code analysis
64. [`pycodestyle`](https://github.com/pycqa/pycodestyle) - Simple Python style checker in one Python file
65. [`mypy`](https://mypy-lang.org) - Optional Static Typing for Python
66. [`ruff`](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust
67. [`pylint`](https://github.com/pylint-dev/pylint) - It's not just a linter that annoys you!
68. [`flake8`](https://github.com/pycqa/flake8) - Glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code
69. [`sqlint`](https://github.com/purcell/sqlint) - ItSimple SQL linter supporting ANSI and PostgreSQL syntaxes
70. [`sql-lint`](https://github.com/joereynolds/sql-lint) - An SQL linter
71. [`markdownlint`](https://github.com/markdownlint/markdownlint) - Markdown lint tool
72. [`tidy`](https://github.com/htacg/tidy-html5) - The granddaddy of HTML tools, with support for modern standards
73. [`luacheck`](https://github.com/mpeterv/luacheck) - A tool for linting and static analysis of Lua code
74. [`yamllint`](https://github.com/adrienverge/yamllint) - A linter for YAML files
75. [`eslint`](https://github.com/eslint/eslint) - Find and fix problems in your JavaScript code
76. [`jsonlint`](https://github.com/zaach/jsonlint) - A JSON parser and validator with a CLI

0 comments on commit 4f7e4c1

Please sign in to comment.