-
Notifications
You must be signed in to change notification settings - Fork 408
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
Update the supported features list in README #1703
Conversation
@@ -13,21 +13,28 @@ and can be used with any editor that supports the protocol, to offer good suppor | |||
|
|||
Features | |||
-------------- | |||
* As you type reporting of parsing and compilation errors | |||
* Supports compiling projects from Java 1.5 through 15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we hold off Java 16 support in 1.0 release, i don't put 16 support to the features list yet.
Overall, I think this is good. Just a few things to maybe consider mentioning from looking through the CHANGELOG from the past little while :
|
dependency analytics extension recommendation is for vscode, irrelevant to jdt.ls |
This is more like an API, not a specific feature. I prefer to not put it in this section. |
Let me know your thoughts on adding something like "Automatic source resolution for maven artifacts". If not, feel free to merge this. |
Agree, i have updated it to the features paragraph. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks.
No description provided.