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

[Bug] [Folding mechanism] Method declaration on the Same Line as the Closing Bracket #1539

Open
Tracked by #1562 ...
jakub-suliga opened this issue Jul 24, 2024 · 0 comments

Comments

@jakub-suliga
Copy link

When a method starts on the same line as the closing bracket of the previous method, the folding mechanism does not work correctly. The method declaration disappears along with the closing bracket. Ideally, only the closing bracket should disappear, not the method declaration.

Before the folding:
image

After the folding the first method:
image

How it should be:
image

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

No branches or pull requests

1 participant