KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
lsp-dylan
★ 12
Open GitHub ↗
Language Server for Dylan (alpha)
Download README (.md)
Explore Similar Repositories
ent
:
An entity layer for Prisma 1 that uses the DataMapper pattern.
fivem-panel
:
Panel de administración
iframeBusterXSS
:
Check for know iframeBuster XSS
fine-Grained-classify
:
fine-Grained classify 细颗粒度图像分类
nextjs-express-typescript
:
Minimal starter project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lsp-dylan
?
Download (.md)
# Dylan Language Server This is an implementation of the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for Dylan. ## Current Status As of 2024-04-19, the server implements * Jump to declaration * Jump to definition * Diagnostics (i.e., compiler warnings) * Hover (i.e., argument lists) When applied to a symbol which is bound to a generic function, "jump to definition" will show a list containing the generic function and its specific methods, whereas "jump to declaration" will jump straight to the generic function. See documentation/source/index.rst for full documentation.