Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrorgirardi/nightincode

Experimental Visual Studio Code extension and language server for Clojure & ClojureScript.
https://github.com/pedrorgirardi/nightincode

Last synced: about 2 months ago
JSON representation

Experimental Visual Studio Code extension and language server for Clojure & ClojureScript.

Awesome Lists containing this project

README

        

[![Clojure Tests](https://github.com/pedrorgirardi/Nightincode/actions/workflows/clojure_tests.yml/badge.svg)](https://github.com/pedrorgirardi/Nightincode/actions/workflows/clojure_tests.yml)

**Nightincode** is an experimental Visual Studio Code extension and [language server](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/) for Clojure & ClojureScript.

Currently supported:

- [Goto Definition Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_definition)
- [Find References Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_references)
- [Document Highlights Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentHighlight)
- [Document Symbols Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol)
- [Hover Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_hover)
- [Workspace Symbols Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_symbol)