eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Markdown support on compiler compliance prior to 23
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 49
Description
Discussed in https://github.com/redhat-developer/vscode-java/issues/4004 .
A few people have requested Markdown support to work even when the compiler compliance is less than 23. For any other feature, this wouldn't make sense (would violate the language) but `///` still compiles pre-23 so I think it could be possible to relax the constraints around markdown comment rendering, allowing it to render nicer documentation.
Contributor guide
Assessment
This issue has not been assessed yet.