Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Adapt to 0.11 reverse lookup deprecation #38

Open
wants to merge 201 commits into
base: main
Choose a base branch
from

Conversation

ilyasakin
Copy link

No description provided.

seblyng and others added 30 commits May 3, 2024 12:16
I couldn't get install to work, so make users install via vscode or
another manual option
Also fix lsp.lua with some upstream stuff to fix warnings and such
…install-details-update

Update README.md with more detailed install instructions
We don't really need to duplicate all the internal lsp code. We can just
use `vim.lsp.rpc.connect` inside the stdout_handle after parsing the
named pipe returned from roslyn
Without this inlay hints can't be turned on
This moves the capabilities option to a sub table `config`. This is
to structure it more that in the future, other potential overrides can
easily be placed under there since that should have the type of
`vim.lsp.ClientConfig`.
seblyng and others added 29 commits December 7, 2024 08:56
Add support for opening source generated documents
We could just broad seach from `pwd`, but I don't know if I want it
because the user might open the file from home, and then it would search
_a lot_ of files. Git root is probably good enough?
fix: broad search from git root for sln
Speeds up my (very) large solution search by ~10x from ~2180ms to ~ 201ms.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.