Reputation: 39
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?
Upvotes: 0
Views: 106
Reputation: 27944
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.
Upvotes: 0