mkrumpholz
mkrumpholz
When renaming the field in the bean it will use intellij (or lombok's) rename handler and just rename java fields and methods and break the mapping annotation. When renaming the...
Isn't there any context, meta info, properties or some other information about the selected entry on the first level in the quick fix menu? Some kind of parent or so?...
Manually recompiling the Mapper interface will regenerate the mapper implementation too. But this is also not the expected way to do it. There is the possibility to listen on file...
IDEA keeps track of the changed files, the thing to search and implement may be a trigger to add dependent files to the changelist. I can't provide the code for...
Yeah, this should be implemented to see the errors earlier. Now the error is visible at compile time. This is OK but it could be visible earlier, just do the...
IntelliJ parses the code and builds the internal tree (PSI). I think you know that when you're on plugin development. The checks are part of that process and i would...
``` apiVersion: v1 kind: Service metadata: annotations: ``` 1. when cursor is anywhere on `annotations` line: no completion result - has to be a new and empty line or incomplete...