Skip to content

Show unicode information on hover #3153

@dylanxyz

Description

@dylanxyz

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.

Activity

simonp0420

simonp0420 commented on Nov 13, 2022

@simonp0420

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @simonp0420@dylanxyz

      Issue actions

        Show unicode information on hover · Issue #3153 · julia-vscode/julia-vscode