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

Feature Request: More info when hovering over a Keyword or brace #44224

Closed
andrey6498 opened this issue Feb 22, 2018 · 4 comments
Closed

Feature Request: More info when hovering over a Keyword or brace #44224

andrey6498 opened this issue Feb 22, 2018 · 4 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-bracket-matching Editor brace matching feature-request Request for new features or functionality

Comments

@andrey6498
Copy link

andrey6498 commented Feb 22, 2018

  • VSCode Version:1.20.1
  • OS Version: Windows 10 Build 17101

Showing information like class names or other when hovering over keyword/tag/brace(especially on closing tag/brace) will help to determine on whichever container you're looking even if it's begining in hundreds of lines away from you.

@vscodebot vscodebot bot added editor editor-contrib Editor collection of extras labels Feb 22, 2018
@RMacfarlane RMacfarlane added the feature-request Request for new features or functionality label Feb 22, 2018
@RMacfarlane
Copy link
Contributor

Is this for a specific language? Can you give an example of the tags you mean?

@usernamehw
Copy link
Contributor

I think it could be useful for any language with matching functionality (tags, brackets, ...)

html:

<div class="something">
    <!-- a lot of content -->
</div><!-- hover over closing div should show `.something` -->

typescript:

function something(a: string, b: string) {
    // a lot of content
}// hover over matching bracket should show `function something(a:string, b: string)`

scss:

.selector {
    // content
    .nested {
        // content
        .thing {
            // content
        }
    }
}// hover over matching bracket should show `.selector`

...

@andrey6498
Copy link
Author

@usernamehw Thats exactly what i mean, Thank you for clarification!

@andrey6498 andrey6498 changed the title Feature Request: More info when hovering over a tag Feature Request: More info when hovering over a Keyword or brace Mar 3, 2018
@rebornix rebornix added languages-basic Basic language support issues and removed editor-contrib Editor collection of extras labels Oct 24, 2019
@alexr00 alexr00 assigned alexdima and unassigned alexr00 and alexdima Oct 25, 2019
@alexr00 alexr00 added this to the Backlog Candidates milestone Oct 25, 2019
@alexdima alexdima added editor-bracket-matching Editor brace matching and removed languages-basic Basic language support issues labels Oct 25, 2019
@alexdima
Copy link
Member

Let's track in #55075 (it has more upvotes at this time).

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 28, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-bracket-matching Editor brace matching feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

6 participants