-
Sometimes I use VSCode when editing notebooks. The "intellisense" features (powered by pylance/pyright) work surprisingly well.
I really like using `@patch` when adding methods to functions in note…
dleen updated
2 years ago
-
Go to definition and Peek definition should be opened in an file that is connected to the connection used by the file that launched it... instead it just launches in a new disconnected file
-
## Environment data
- Language Server version: 0.5.30.0
- OS and version: Ubuntu 18.04
- Python version (& distribution if applicable, e.g. Anaconda): Anaconda python 3.7.4
Go to defi…
-
Issue Type: Bug
When you select "go to definition" of a view or store procedure (SQL Server) you appear as disconnected, and you have to reconnect in order to work. It would be good to be connected…
-
When navigating a decompiled source, you can't go to the definition of a type and/or variable
-
I'm having the problem that I can only go to definition with 1 level, then the csharp-ls say that "No parent project could be resolved to add file /Dapper to workspace" so I can not inspect the defini…
-
## Problem statement
Generating a server with polymorphic types, where the type is returned as a property of the response fails to generate correct go code.
Here is a mimimun example
## Swagger s…
-
I see that the `goto_definition` and `goto_declaration` methods for the `LanguageServer` trait are not implemented in the SVLS backend. So "go to definition" and "go to declaration" in the VSCode exte…
-
**Description**
When calling APIs it is frequently extremely useful to be able to see its definition in the typing file, what are the params, body, etc.
Today navigating from call site to where …
-
Hi,
I've been using this extension really fine on JS projects. It's great and really useful!
However on TS projects, it seems this extension is "fighting" for priority against the TS Intellisens…