0

the stars in IntelliCode show the preferred methods or properties of a class.

Now I want to create such stars for my self-made classes to be able to access my most used methods faster.

How is this possible?

Sebrahi
  • 39
  • 2
  • 1
    Its not showing "preferred". VS 2019 got AI for inteli sense. Stars just mark method/properties that AI deducated based on your coding habbits and context of usage. – cebilon Feb 07 '21 at 18:21

1 Answers1

0

Yes this is possible, from VS version 16.8 on you are able to train on your current project. This will add stars for your own classes.

view => other windows => intellicode

to enable automatic training on your current project.

Peter
  • 27,590
  • 8
  • 64
  • 84