Variable type on hover not showing up
See original GitHub issue(initially reported in https://github.com/microsoft/vscode-python/issues/16187)
When having the following snippet:
variable: int = 0
variable + 1 # hover on "variable" should display [int]
Hovering on the bottom variable
doesn’t return its type.
Trace info:
[Trace - 2:43:16 PM] Sending request 'textDocument/hover - (8)'.
Params: {
"textDocument": {
"uri": "file:///Users/kimiguel/Documents/Sandbox/sample-file/foo.py"
},
"position": {
"line": 2,
"character": 6
}
}
INFO:pygls.protocol:Sending data: {"jsonrpc": "2.0", "id": 8, "result": null}
[Trace - 2:43:16 PM] Received response 'textDocument/hover - (8)' in 5ms.
No result returned.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Variable type on hover not showing up with JediLSP #16187
Variable type pops up in a small box on hover. Actual behaviour. Only function definitions pop up on hover, variables do not pop...
Read more >Hover over variables no longer show the debug value.
I have a problem since 24/11/2021 where in visual studio 2022 and in visual studio 2019 during a debug session the variables are...
Read more >c# - Datatips (mouse hover over variables in debug mode) not ...
I expect to see the value of the variable (aka datatips). I'm running Visual Studio 2012 Ultimate (trial edition) on Windows 7 64bit....
Read more >Cannot see variable's properties when I hover over while ...
When I'm debugging on my second monitor, I'm not able to see the properties of a variable when I hover over it. But...
Read more >Hovering over variables does not display a tooltip with the ...
After hitting a breakpoint, if I place the mouse over a variable, the tooltip does not appear that displays the variable's value.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Resolved with latest release
@pappasam I agree. We can tackle corner cases based on user feedback.