Anastasiia Birillo

Results 12 issues of Anastasiia Birillo

Hi! Can I imitate the incremental compilation process? I mean I have the following test case: I should compile a project that uses my compiler plugin, check results, save them,...

Currently, the user should do a lot of work to get the plugin into a Gradle build with all the configuration fiddling. Can we make it easier?

enhancement
question

Support search entities in Java files from the project and the libraries. We can use special JavaDescriptors to search the entities (only for Reflekt part, since for SmartReflekt we have...

enhancement
reflekt

Create an Intellij IDEA plugin to make it easier to use the Reflekt plugin: add an inspection for searching the Reflekt and SmartReflekt calls and describe what of the part...

enhancement
help wanted
good first issue

Describe all invariants in the documentation, e.g. what we consider as a subtype for the functions signatures, how we handle extension functions, what entities we are looking for (e.g. entities...

documentation

Currently, Reflekt does not support the incremental compilation process. We have to get all compiled instances per module and merge old results with new ones

enhancement
reflekt
smart-reflekt

Implement code-generation of SmartReflektImpl file to add an ability to use SmartReflekt in external libraries.

enhancement
smart-reflekt

**!!!Actions required!!!** We have published current [plugin-utilities](https://github.com/JetBrains-Research/plugin-utilities) lib version from master branch to space maven repository and in a week planning to modify api (so master branch will become invalid)....

Add detailed documentation to all modules in the project

Check only analyzers results instead of opening projects and so on

enhancement
help wanted
good first issue