简体   繁体   English

Intellij IDEA 中更简单的建议(无 `CTRL+Space` 和模糊搜索)

[英]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:我今天在 macOS 上安装了 IDEA,我想知道一些事情来使可用性适应我的需求:

  • how to always show autocompletion automatically, as a sort of continuous suggestion , rather than having to always manually press ⌃Space ?如何始终自动显示自动完成,作为一种连续的建议,而不是总是手动按⌃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".类似于键入“fb”,它将匹配变量foobar ,而不必键入“foob”。
  • Yes, this is achievable.是的,这是可以实现的。 Go to Settings -> Editor -> General -> Code Completion and check 'Show suggestions as you type' Go 到设置 -> 编辑器 -> 常规 -> 代码完成并选中“键入时显示建议”
  • Partially achievable.部分可以实现。 You have to go again to Settings -> Editor -> General -> Code Completion and uncheck 'Match case'.您必须再次 go 到 Settings -> Editor -> General -> Code Completion 并取消选中“Match case”。 This will help you with the completion but the results are not always as expected.这将帮助您完成,但结果并不总是如预期的那样。

Tested on IDEA 2020.3在 IDEA 2020.3 上测试

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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