This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
module name and comments not highlighted in module-info.java #245
Comments
@sadikovi Can you take a look please? FYI that we might be able to work "module names" around via semantic highlighting. So comments part should have a higher priority if you are short of bandwidth... |
I just created a PR against the comments part. please take a look. |
sadikovi
pushed a commit
that referenced
this issue
Jan 23, 2021
Signed-off-by: Yan Zhang <yanzh@microsoft.com> ### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. * All new code requires tests to ensure against regressions ### Description of the Change <!-- We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts. --> To enable comments and javadocs in `module` ### Alternate Designs unknown <!-- Explain what other alternates were considered and why the proposed version was selected --> ### Benefits To fix part of #245 <!-- What benefits will be realized by the code change? --> ### Possible Drawbacks unknown <!-- What are the possible side-effects or negative impacts of the code change? --> ### Applicable Issues #245 <!-- Enter any applicable Issues here -->
Shall we close this issue or is there anything else left to do? |
It would be better if qualified module names can be highlighted. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Also reported in redhat-developer/vscode-java#1384
JEP reference about module system: https://openjdk.java.net/jeps/261
Expected behavior:
com.foo.bar
andjava.base
should be highlighted.Versions
it's tested on
vscode@1.53.0-insiders
, should be latest release of atom/language-javaThe text was updated successfully, but these errors were encountered: