All Projects → clj-kondo → clj-kondo.lsp

clj-kondo / clj-kondo.lsp

Licence: EPL-1.0 License
Clj-kondo language server and VSCode extension: https://marketplace.visualstudio.com/items?itemName=borkdude.clj-kondo

Programming Languages

clojure
4091 projects
typescript
32286 projects

Projects that are alternatives of or similar to clj-kondo.lsp

Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+1429.41%)
Mutual labels:  linter, vscode-extension
Vscode Intelephense
PHP intellisense for Visual Studio Code
Stars: ✭ 872 (+5029.41%)
Mutual labels:  language-server-protocol, vscode-extension
Langserver Swift
A Swift implementation of the open Language Server Protocol.
Stars: ✭ 171 (+905.88%)
Mutual labels:  language-server-protocol, vscode-extension
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+4582.35%)
Mutual labels:  linter, language-server-protocol
Ale
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
Stars: ✭ 11,380 (+66841.18%)
Mutual labels:  linter, language-server-protocol
language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+835.29%)
Mutual labels:  language-server-protocol, vscode-extension
vscode-stylelint-plus
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint, support auto fix on save.
Stars: ✭ 32 (+88.24%)
Mutual labels:  linter, vscode-extension
vscode-fortran-support
Fortran language support for Visual Studio Code
Stars: ✭ 49 (+188.24%)
Mutual labels:  linter, vscode-extension
vsc
☢️ A fresh-looking, neon theme for Visual Studio Code Almost radioactive.
Stars: ✭ 24 (+41.18%)
Mutual labels:  vscode-extension
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+16911.76%)
Mutual labels:  linter
static-code-analysis-plugin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Stars: ✭ 36 (+111.76%)
Mutual labels:  linter
pahout
A pair programming partner for writing better PHP. Pahout means PHP mahout 🐘
Stars: ✭ 43 (+152.94%)
Mutual labels:  linter
quick-lint-js
quick-lint-js finds bugs in JavaScript programs
Stars: ✭ 575 (+3282.35%)
Mutual labels:  linter
vscode-sqflint
SQF Language server extension
Stars: ✭ 16 (-5.88%)
Mutual labels:  vscode-extension
vscode-javascript-booster
Sprinkle extra refactorings, code actions and commands over your JavaScript! 🍩 TypeScript and Flow are first class citizens as well!
Stars: ✭ 115 (+576.47%)
Mutual labels:  vscode-extension
cpplint
Static code checker for C++
Stars: ✭ 1,014 (+5864.71%)
Mutual labels:  linter
salt-lint
A command-line utility that checks for best practices in SaltStack.
Stars: ✭ 111 (+552.94%)
Mutual labels:  linter
golintui
A simple terminal UI for Go linters
Stars: ✭ 73 (+329.41%)
Mutual labels:  linter
vscode-interactive-graphviz
Interactive Graphviz Dot Preview for Visual Studio Code
Stars: ✭ 57 (+235.29%)
Mutual labels:  vscode-extension
vscode-wow-api
WoW extension for VSCode
Stars: ✭ 40 (+135.29%)
Mutual labels:  vscode-extension

clj-kondo.lsp

This repo contains the code for:

Build

Server

To build the server, run this script:

script/build-server

This will copy the uberjar to the vscode-extension directory.

VSCode extension

Enter the vscode-extension directory:

 cd vscode-extension

To intall the dependencies, run:

 npm install

In VSCode open the project directory and hit F5 (Start Debugging) to run the extension. Edit a Clojure file (.clj) and you will get diagnostic feedback.

License

Copyright © 2019 Michiel Borkent

Distributed under the EPL License, same as Clojure. See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].