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] support "sticky scroll" in vscode extension #2621

Open
1 task done
artemiogr97 opened this issue May 11, 2024 · 0 comments
Open
1 task done

[Feature Request] support "sticky scroll" in vscode extension #2621

artemiogr97 opened this issue May 11, 2024 · 0 comments
Labels
enhancement New feature or request mojo-repo Tag all issues with this label

Comments

@artemiogr97
Copy link
Contributor

Review Mojo's priorities

What is your request?

Just what is mentioned, supporting "sticky scroll" vscode functionality

What is your motivation for this change?

"stricky scroll" is a really nice feature to know where you are in a class/function/method, given the following code:

class MyClass:

    def my_long_method(self):
        self.a = 1
        self.b = 2
        self.c = 3

when scrolling down you will have the following view:
image

Any other details?

No response

@artemiogr97 artemiogr97 added enhancement New feature or request mojo-repo Tag all issues with this label labels May 11, 2024
@JoeLoser JoeLoser added the mojo-tooling Tag for all issues related to repl, lldb, lsp, vscode extension. label May 12, 2024
@ematejska ematejska removed the mojo-tooling Tag for all issues related to repl, lldb, lsp, vscode extension. label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

3 participants