There are a couple of missing extension to complement cli-ide integration as proposed in #652
The steps are similar for each extension X in the bucketlist below:
1) Create an extension in arrow.meta.ide.phases.integration with the same name as X here are a couple of examples
package arrow.meta.ide.phases.integration
//...
interface X : ExtensionPhase {
fun `meaningfull function name`(project : Project): arrow.meta.<...>.X
}
2) Add an extension function that creates X in arrow.meta.ide.dsl.integration.IntegrationSyntaxexamples
There are a couple of missing extension to complement cli-ide integration as proposed in #652 The steps are similar for each extension X in the bucketlist below: 1) Create an extension in
arrow.meta.ide.phases.integration
with the same name as X here are a couple of examples2) Add an extension function that creates X in
arrow.meta.ide.dsl.integration.IntegrationSyntax
examples3) Register X in
IdeInternalRegistry
examplesFeel free to ask in this issue, if there are any blockers or questions 😄
Bucketlist: