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

Support new region markers #316

Closed
fbricon opened this issue Oct 5, 2017 · 1 comment
Closed

Support new region markers #316

fbricon opened this issue Oct 5, 2017 · 1 comment
Assignees

Comments

@fbricon
Copy link
Collaborator

fbricon commented Oct 5, 2017

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
  • Netbeans format : // <editor-fold desc="Description"> and // </editor-fold>
@fbricon
Copy link
Collaborator Author

fbricon commented Oct 5, 2017

With #319 :
oct-05-2017 18-29-19

adds partial NetBeans support (NetBeans xml specific attributes are ignored)
oct-05-2017 18-32-44

@fbricon fbricon added this to the Mid October 2017 milestone Oct 5, 2017
fbricon added a commit to fbricon/vscode-java that referenced this issue Oct 5, 2017
Fixes redhat-developer#316

Signed-off-by: Fred Bricon <fbricon@gmail.com>
fbricon added a commit that referenced this issue Oct 6, 2017
Fixes #316

Signed-off-by: Fred Bricon <fbricon@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant