Fred Bricon
Fred Bricon
Can you explain what you expect from vscode-java in this situation?
We'll need the refactoring to be implemented in upstream Eclipse. See https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/2681
Upstream issue https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4525
It works for me. Although I had to run `./gradlew eclipse` after project import. The `.classpath` generated by the gradle build server during import doesn't contain any jar dependency: ```...
Upstream issue https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/2575
Sorry I missed this one. But it should work, if [the maven-compiler-plugin is configured correctly](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545462#c0): > Maven project should automatically configure org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=enabled in the JDT preferences, if the --enable-preview flag...
See also https://github.com/redhat-developer/vscode-java/issues/671#issuecomment-477379761 for non-Maven cases
Can you disable all extensions but vscode-java, see if there might be some bad interactions between them? How big (number of java files, LOC, dependencies) is your java project?
So it seems `31` shouldn't be escaped. I believe this is caused by [remark](https://bitbucket.org/OverZealous/remark): Remark passes the HTML to jsoup, to clean up the input text, which strips unsupported HTML...
@jrieken @aeschli I tried to return MarkedContent instead of MarkedString, but the sup/sub tags are still not rendered properly. Am I missing something? I thought this would be possible by...