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

Sticky Scroll only shows decorator name in Python #158466

Closed
windmark opened this issue Aug 18, 2022 · 2 comments
Closed

Sticky Scroll only shows decorator name in Python #158466

windmark opened this issue Aug 18, 2022 · 2 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@windmark
Copy link

windmark commented Aug 18, 2022

Type: Bug

Feedback for the experimental Sticky Scroll feature. In Python, it shows the decorator name but not the actual function name. This makes the (otherwise great) feature not that useful in Python.

For example, having the following code

from dataclasses import dataclass

@dataclass
def test_function():
    pass

only shows the following in the Sticky Scroll view.

image

VS Code version: Code 1.70.2 (e4503b3, 2022-08-16T05:36:37.829Z)
OS version: Darwin x64 21.6.0
Modes:
Remote OS version: Linux x64 5.15.0-41-generic

@windmark windmark changed the title Sticky Scroll shows decorator name in Python Sticky Scroll only shows decorator name in Python Aug 18, 2022
@IllusionMH
Copy link
Contributor

/duplicate of #157180 and many other issues

@VSCodeTriageBot VSCodeTriageBot added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 18, 2022
@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2022
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)
Projects
None yet
Development

No branches or pull requests

3 participants