0

For visual studio, is there an appropriate extension for the auto-complete window? By default, all functions and variables are shown in alphabetical order.

enter image description here

What I want is an extension that separates functions of base classes. For example:

  • A_MyLocalFunc()
  • B_MyOtherLocalFunc()
  • C_MyLocalFunc()
  • A_baseClasssFunc();
  • B_baseClassFunc();
  • C_baseClassFunc();

This would simplify the work immensely, because I have a lot of functions in a very popular base class. Sifting through them is no fun

For c++ and c#

Kari
  • 1,244
  • 1
  • 13
  • 27
  • I haven't used [Resharper](https://www.jetbrains.com/resharper) before, but I think you might find something like this there. Here's a [related question](https://stackoverflow.com/q/26498408/4934172). – 41686d6564 stands w. Palestine Jun 30 '18 at 11:47
  • Static ordering is out of date. See machine learning based ordering https://techcrunch.com/2018/05/07/microsofts-new-intellicode-is-a-smarter-intellisense/ – Lex Li Jun 30 '18 at 15:19

0 Answers0