docProcessorGradlePlugin icon indicating copy to clipboard operation
docProcessorGradlePlugin copied to clipboard

WIP: Create IDEA plugin to jump to generated source from Doc, or show generated docs in a popup live

Open Jolanrensen opened this issue 2 years ago • 4 comments

Jolanrensen avatar Mar 16 '23 19:03 Jolanrensen

Proof of concept is working in https://github.com/Jolanrensen/docProcessorGradlePlugin/tree/intellij-plugin

Jolanrensen avatar Mar 27 '23 15:03 Jolanrensen

Still slow. Idea: Make DocumentableWrapper providers with filterDocsToQuery and filterDocsToProcess.

docsToProcess will be a map regardless of whether running from Gradle or intellij, but in intellij it just contains the selected comment.

docsToQuery can be realised from the map as well from Gradle, and using function calls in intellij, which can query paths to find PSIs

Jolanrensen avatar Mar 27 '23 22:03 Jolanrensen

This worked btw, although, since we now have two different query methods, IntelliJ might desync from the plugin. Plus, there's no config yet

Jolanrensen avatar May 08 '23 10:05 Jolanrensen

image

the docs don't render pressing this button

Jolanrensen avatar Mar 28 '24 11:03 Jolanrensen

Already here

Jolanrensen avatar Dec 05 '24 15:12 Jolanrensen