LanguageServer.jl
LanguageServer.jl copied to clipboard
An implementation of the Microsoft Language Server Protocol for the Julia language.
[newpackage.zip](https://github.com/user-attachments/files/18148749/newpackage.zip) Package attached in .zip file its a simple package made with package template , newpackage.jl simple import enzyme ,defines 1 function and exports it. ```julia module newpackage using Enzyme...
In addition to the numerous "missing reference" issues (#988, #1204, #1230, #1232, #1276), I noticed that I get missing reference issues when I try to import symbols from a submodule...
Hello Recently the julia language server has stopped working for me on Neovim on Windows. Here is the relevant LspLog ``` [ERROR][2024-11-20 13:39:15] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\harih\\AppData\\Local\\nvim-data\\mason\\bin\\julia-lsp.CMD" "stderr" "[ Info: Starting...
I'm trying to use this in Neovim, and besides being slow, it works fine. I do however have the message in the title indefinitely spinning on the bottom right, which...
I recently had my julials via Nvim LSP crash and it informed me that I have experienced a known targetted crash. Here's my LspLog file for the most recent session....