Autocomplete - sort by method/parameter/class

Answered

Hey there! Thanks for the amazing product. Can you tell me if i can sort autocomplete in a way that parameters will be sorted first?
In example bellow you can see the order as c>p>c>f>p, i would like it to be p>p>c>c>f

0
1 comment

There is no separate setting for that. The results are ordered based on the relevance and statistics (e.g. your previously used symbols).

You can enable an experimental Machine Learning-Assisted Completion in Preferences | Editor | General | Code Completion, it may give you better results.

Please feel free to submit a feature request about a separate setting to have parameters always at the top to our issue tracker using the link https://youtrack.jetbrains.com/issues/PY

0

Please sign in to leave a comment.