Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show unicode information on hover #3153

Open
dylanxyz opened this issue Nov 12, 2022 · 1 comment · May be fixed by julia-vscode/LanguageServer.jl#1194
Open

Show unicode information on hover #3153

dylanxyz opened this issue Nov 12, 2022 · 1 comment · May be fixed by julia-vscode/LanguageServer.jl#1194

Comments

@dylanxyz
Copy link

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.

@simonp0420
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants