Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pedrorgirardi/nightincode
- Owner: pedrorgirardi
- License: apache-2.0
- Created: 2022-05-03T17:31:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:31:52.000Z (5 months ago)
- Last Synced: 2024-08-10T14:45:51.444Z (5 months ago)
- Language: Clojure
- Homepage:
- Size: 1.21 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)