question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Filter Intellisense, sort by most likely action wanted

See original GitHub issue

Environment 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:open
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
DustinCampbellcommented, Mar 15, 2018

@DustinCampbell Would this be covered by your CompletionService PR?

Yes.

0reactions
rchandecommented, Oct 1, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found