I've installed IDEA today, on macOS and am wondering a couple of things to adapt usability to my needs:
- how to always show autocompletion automatically, as a sort of continuous suggestion, rather than having to always manually press ⌃Space?
- how to make the search among autocompletion fuzzier, without needing to type all the initial letters? Something like typing "fb" and it will match the variable
foobar
, rather than having to type "foob".