-
Updated
Aug 8, 2021 - TypeScript
lsp
Here are 310 public repositories matching this topic...
-
Updated
Dec 23, 2020 - Haskell
-
Updated
Aug 6, 2021 - Lua
-
Updated
Jul 29, 2020 - C++
-
Updated
Aug 7, 2021 - Scala
-
Updated
Aug 2, 2021 - Vim script
-
Updated
Apr 29, 2021 - Python
-
Updated
Aug 7, 2021 - Python
Here is a list of events: https://microsoft.github.io/debug-adapter-protocol/specification#Events. We currently don't handle all of them; they should be added to the dap--on-event
.
The message "No message handler for ..." indicates that we don't implement some event.
Hi,
i am using lsp-ui together with ivy in minibuffer mode. Unfortunately the doc popup with position bottom always overlaps the minibuffer making symbol lookup barely usable.
My lsp-ui config in case i caused this by some setting:
(setq lsp-ui-si
Add a configuration flag that disables the Java-to-Kotlin converter in external sources. This would also require declaring the option in the vscode-kotlin
client.
multi root support?
I noticed that python's pyright lsp only fires up one instance for multiple python projects, would it make sense to have a similar feature in clojure-lsp?
Some related quote from the doc (https://github.com/microsoft/pyright/blob/master/docs/configuration.md):
Multi-root workspaces (“Add Folder to Workspace…”) are supported, and each workspace
-
Updated
Aug 8, 2021 - TypeScript
Current Version
0.5.3
Use-cases
Currently we only expose rootModulePaths
in "LSP native" configuration:
Some runtime settings which we don't strictly need to know before the server is actually initialized is still exposed via CLI flags onl
-
Updated
Aug 5, 2021 - TypeScript
-
Updated
Aug 6, 2021 - Emacs Lisp
-
Updated
Jul 31, 2021 - Go
Describe the bug
If I set
otp_path: "/packages/erlang/erlang-22.3.2/"
then OTP packages are not indexed. If I remove the trailing path separator, then they are.
Our path expansion algorithms shouldn't care.
Often, something goes wrong in my setup of kak-lsp (a language server is installed incorrectly, the command I specified for that LSP is wrong, the plugin just isn't enabled for the window, I forgot to start the LSP, my kak-lsp.toml
is invalid or in the wrong place, my code project is setup wrong, etc., etc.) When this happens there are two problems that make it more difficult to solve:
- **T
-
Updated
Apr 23, 2021 - TypeScript
-
Updated
Jul 23, 2021 - TypeScript
Expected Behavior
I would like to be warned that an "in port
" would be stripped if no subscription is implemented.
Current Behavior
port module Main exposing (..)
-- Define an inPort (but no implementation yet)
port inPort : (String -> msg) -> Sub msg
subscriptions : Model -> Sub Msg
subscriptions _ =
Sub.none -- inPort is never subscribed to
Current
There is a way to configure the highlights for each block and inject separators.
Thanks for the plugin!
-
Updated
Aug 6, 2021 - C#
Improve this page
Add a description, image, and links to the lsp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lsp topic, visit your repo's landing page and select "manage topics."
Description
You can even see that in the screenshot in your README:
The dashes ar