docProcessorGradlePlugin
docProcessorGradlePlugin copied to clipboard
WIP: Create IDEA plugin to jump to generated source from Doc, or show generated docs in a popup live
Proof of concept is working in https://github.com/Jolanrensen/docProcessorGradlePlugin/tree/intellij-plugin
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
This worked btw, although, since we now have two different query methods, IntelliJ might desync from the plugin. Plus, there's no config yet
the docs don't render pressing this button
Already here