Sort order of autocomplete snippet items
See original GitHub issueDo we have any control over autocomplete sorting? If so, I think that properties should be prioritized over autocompletes after a dot.
For example, in this screenshot I typed .fi
. When I hit tab, I would expect .files
to autocomplete, but as you can see in the screenshot, the fix
template is the default when I hit tab.
Possibly related to #141.
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Autocomplete with Categories sorted - javascript
You can just use a function as the autocomplete source and then use $.get(), .filter() and .sort() to craft your autocomplete callback.
Read more >Autocomplete Sorting - CodeGuage
Sorting is to rearrange a given list such that all its underlying items are in increasing or decreasing, or equivalently, ascending or descending...
Read more >Autocomplete Sort | ASP.NET Core Forums - Syncfusion
I'm very new to Syncfusion (this is my first project) and I apologize if I missed something obvious. I've created an autocomplete control ......
Read more >Autocomplete Items Order Issue | Notepad++ Community
Left paren ( (0x28) comes before ? (0x3F) in ASCII order, so it really should be sorted before by any normal lexicographical sort...
Read more >Visual Studio Code - Custom Autocomplete Snippets - YouTube
Learn how to create custom autocomplete snippets in Visual Studio Code.#vscode # snippets # autocomplete.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The ordering should consider exact match of the snippet. for example, I’ve type the exact keyword
ifel
, expect to see it on top of other less related suggestionsHi, in the current version the code has changed and the provided solution does not work.
Is there a way currently to change the order of the autocomplete? I want my custom snippets to appear first, not the provided by the package.
Thanks in advanced.