generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 30
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
If-else statement code folding is misleading without showing else #249
Labels
bug
Something isn't working
Milestone
Comments
Achal1607
added
bug
Something isn't working
and removed
enhancement
New feature or request
labels
Sep 10, 2024
sid-srini
added a commit
to sid-srini/javavscode
that referenced
this issue
Sep 13, 2024
…ation Added the draft NB PR 7750 diff which allows supporting LSP clients which have line-only folding support. - This is the case of VS Code as referenced in microsoft/vscode#50840. Closes oracle#249 Signed-off-by: Siddharth Srinivasan <siddharth.srinivasan@oracle.com>
sid-srini
added a commit
to sid-srini/javavscode
that referenced
this issue
Sep 13, 2024
…ation Added the backport of the draft NB PR 7750 diff which allows supporting LSP clients which have line-only folding support. - This is the case of VS Code as referenced in microsoft/vscode#50840. Closes oracle#249 Signed-off-by: Siddharth Srinivasan <siddharth.srinivasan@oracle.com>
sid-srini
added a commit
to sid-srini/javavscode
that referenced
this issue
Sep 17, 2024
…ation Added the backport of the in-review NB PR 7750 diff which allows supporting LSP clients which have line-only folding support. - This is the case of VS Code as referenced in microsoft/vscode#50840. Closes oracle#249 Signed-off-by: Siddharth Srinivasan <siddharth.srinivasan@oracle.com>
sid-srini
added a commit
to sid-srini/javavscode
that referenced
this issue
Oct 26, 2024
…ation Added the backport of the Netbeans PR apache/netbeans#7750 patch which allows supporting LSP clients which have line-only folding support. - This is the case of VS Code as referenced in microsoft/vscode#50840. Closes oracle#249 Signed-off-by: Siddharth Srinivasan <siddharth.srinivasan@oracle.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If-else statement folding on if should either stop at else or at the end of else.
The following screenshots demonstrate the issue,
After collapse the if-else statement, what was shown is actually the else block, this is confusing.
The text was updated successfully, but these errors were encountered: