coc-java
coc-java copied to clipboard
How to multi-select in "Generate Constructors" popup-menu
What's the keystroke to select one of the boxes here?
<cr> just closes it and uses an empty selection to generate an empty constructor.
Try with tab, however i would like to suggest a config that auto selects all by default, since most of the time you start off of wanting all,, then maybe filter out some of those.
Tab inserts <tab> into the search bar.
And not every time I'd want the @AllArgsConstructor
Yeah, had you read my response, you would see that i suggest a config property that would allow to auto select all, which is obviously opt-in.