eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

[23] Partition support for markdown comments #1542

Closed jarthana closed 2 weeks ago

jarthana commented 1 month ago

Compiler support has now been added in jdt.core and code assist is planned via https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2744. My initial investigation shows that some work is needed in jdt.ui to make code completion requests to jdt.core APIs. I understand there's this notion of partition and we may need a new partition kind or treat /// same as Javadoc so that code completion requests are made and processed in the UI.

jarthana commented 1 month ago

Setting the milestone to BETA_JAVA23. Also would like to emphasize that this is a blocker for all jdt.core completion in markdown comments.

jarthana commented 2 weeks ago

This is complete, except for few minor follow-up issues, for which I will raise new issues. Closing this now.