Rodrigo Carvalho Silva
Rodrigo Carvalho Silva
### Is your feature request related to a problem? Please describe. When there are multiple messages selected, only appears on "quick actions panel" the option to mark them as unread....
## What version of OpenRewrite are you using? I am using - Maven plugin v5.42.2 - rewrite-spring v5.21.0 ## How are you running OpenRewrite? I am using the Maven plugin,...
Hi, **Scenario** In my documentation, I have a `/guides/` folder which contains lots of guide pages. However, I don't want to show them all in the navigation because it would...
I'm trying to switch from IntelliJ to VS Code and I miss the feature to convert a class to record.
I have the following code: ```java String s = null; // do conditional stuff with "s" s.length() // "Potential null pointer access" warning ``` Currently VS Code offers me 2...