Filter Intellisense, sort by most likely action wanted
See original GitHub issueEnvironment data
dotnet --info
output:
.NET Command Line Tools (2.1.4)
Product Information:
Version: 2.1.4
Commit SHA-1 hash: 5e8add2190
Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.4\
Microsoft .NET Core Shared Framework Host
Version : 2.0.5
Build : 17373eb129b3b05aa18ece963f8795d65ef8ea54
VS Code version:
Version 1.21.0
Commit 9a199d77c82fcb82f39c68bb33c614af01c111ba
Date 2018-03-07T11:04:09.969Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
C# Extension version: 1.14.0
Steps to reproduce
public class TestModel {
public string Test { get; set; }
}
public class Test {
var model = new TestModel
{
[ctrl+space]
}
}
Expected behavior
I would expect Test
to be at the top of the list, since this is the most likely thing I’m after.
Actual behavior
Alphabetically ordered list with A LOT of crappy suggestions.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
IntelliSense: Order suggestions using good, customizable and ...
Firstly, I'm not considering filter relevance, which is the ordering criterion that sorts matches when the name is partially typed (so that ...
Read more >Filtering and sorting search results - Google Developers
To filter by attribute, add a more:pagemap:TYPE-NAME:VALUE operator to a search query. This restricts search results to pages which have structured data ...
Read more >Scaling Viki - Chapter 4 - Tweaks
Getting a page of all videos sorted by views might take 100ms. The more you filtered, the smaller your final result was, the...
Read more >Possible to sort Visual Studio Community Intellisense ...
in Monodevelop, it will show autocomplete suggestions first for PauseManager, and then below that for it's base class System.Object.
Read more >5 helpful RxJS solutions. to everyday problems - Medium
RxJS is a javascript library that allows us to code reactively using observable streams. With observables and functions provided by RxJS we ...
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 FreeTop 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
Top GitHub Comments
Yes.
@ruant That would be this PR: https://github.com/OmniSharp/omnisharp-roslyn/pull/884