functions first in the third edition, but in the latest function,connective word is the first one. Can you tell me how to allow the functions to be the first one in the lastest edition?

How to allow the functions to be the first one
foolc
#1
0 Likes
deathaxe
#2
You could try to modify the following settings. I am not aware of any other way to manipulate order of completions. You may type OnTiN to make it select the second one though.
// If previously-selected completions should be automatically selected
"auto_complete_use_history": false,
// Controls how the auto complete results are reordered when typing:
// - "none" will fully reorder the results according to how well the
// completion matches the typed text.
// - "some" will partially reorder the results, taking into account how
// well the completion matches whats typed, and likelihood of the
// completion.
// - "strict" will never reorder the results.
"auto_complete_preserve_order": "some",
0 Likes