We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://code.visualstudio.com/updates/v1_17#_folding-regions
Java should probably support one (or all?) of those patterns:
//#region
//#endregion
//region
//endregion
// <editor-fold desc="Description">
// </editor-fold>
The text was updated successfully, but these errors were encountered:
With #319 :
adds partial NetBeans support (NetBeans xml specific attributes are ignored)
Sorry, something went wrong.
Add region folding support
db66b19
Fixes redhat-developer#316 Signed-off-by: Fred Bricon <[email protected]>
7c35e7c
Fixes #316 Signed-off-by: Fred Bricon <[email protected]>
fbricon
No branches or pull requests
See https://code.visualstudio.com/updates/v1_17#_folding-regions
Java should probably support one (or all?) of those patterns:
//#region
and//#endregion
//region
and//endregion
// <editor-fold desc="Description">
and// </editor-fold>
The text was updated successfully, but these errors were encountered: