简体   繁体   中英

Easier suggestions in Intellij IDEA (no `CTRL+Space` and fuzzy search)

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".
  • Yes, this is achievable. Go to Settings -> Editor -> General -> Code Completion and check 'Show suggestions as you type'
  • Partially achievable. You have to go again to Settings -> Editor -> General -> Code Completion and uncheck 'Match case'. This will help you with the completion but the results are not always as expected.

Tested on IDEA 2020.3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM