IntelliJ - completion suggestions order

Programmer

I'm wondering if there is a way to let IDE suggest methods before variables? When writing code like this it's a pain to select methods yourself (builder class example)

Variable example:

var message = "message" private set

enter image description here

Thank you

Peter Gromov

Sorry, it appears you can't reconfigure the IDE or Kotlin plugin in this way. You can file a feature suggestion for Kotlin plugin, but I believe there are cases when variables are preferred over same-named methods, so just reordering them would break someone else's habits, so it's tricky.

You can consider making the variables private (so they won't be shown in the completion list at all) or selecting them and then typing an opening parenthesis manually.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Lambda suggestions in Eclipse like IntelliJ does

How to do query auto-completion/suggestions in Lucene?

IntelliJ Static Import Completion

.map vs .peek - Intellij suggestions

Reverse AutoCompleteTextView suggestions order

Intellij Completion Contributor

No CSS Highlighting and Completion in Intellij

What's a good alternative for the output field in Elasticsearch 5.1 Completion Suggestions?

How do you use <TAB> to cycle through completion suggestions with ALE?

Order of autocomplete suggestions in PHP Intelephense

How to make IntelliJ display the Javadoc of autocompletion suggestions?

Show results from both word based suggestions and own completion provider

Completion/Threading order assistance

How to allow completion suggestions to appear while inside a snippet in Monaco Editor?

Is it possible to force bash tab completion suggestions to list in a single column?

Sublime auto completion order

Looking for best practice to filter suggestions from Completion Suggester

IntelliJ code completion: ⇥ key?

Get Import Suggestions in IntelliJ

Suggestions for order of annotations in PHP

What's the relevance of these bash completion suggestions?

How to get suggestions for compilation errors in Intellij

How to get real-time completion/suggestions in Linux terminal?

How to provide autocomplete suggestions that don't match on prefix in zsh completion

Accept all tab-completion suggestions to a command

Code completion Hippo CMS in IntelliJ

Intellij Editor Code Completion

How to update auto completion suggestions of QCompleter in PyQt5

How to Order Completion Suggester with Fuzziness