-
Notifications
You must be signed in to change notification settings - Fork 213
Open
julia-vscode/LanguageServer.jl
#1194Description
Whenever i read other people's code and there is some unicode character that i want to know how to type it, i just copy and paste it in the REPL help mode. For example, if i want to know how to type the ⬲ character:
help?> ⬲
"⬲" can be typed by \leftarrowonoplus<tab>
I think it would be useful to see this information when hovering over an unicode character instead of going in the process of copying the character → opening the REPL → typing ?
→ pasting the character → pressing enter.
jacobusmmsmit, PetrKryslUCSD, dlakelan, liuyxpp, tshort and 2 more
Metadata
Metadata
Assignees
Labels
No labels
Activity
simonp0420 commentedon Nov 13, 2022
The current behavior when hovering over a variable name is to display the line where the variable is assigned a value. I like the current behavior and would not be in favor of eliminating it in favor of this proposal. Perhaps there is some way to do both, which I would be fine with.