2

I create the simple Windows Forms Application project in vs 2019 version 16.3.1 with target .NetCore 3.0.

when I'm trying to use the SqlClient in System.Data.SqlClient and use the open Method, Appears two open() Methods. one of this method has * chars, that is IntelliCode Suggestion.

this image:

enter image description here

how to use IntelliCode Suggestion?

1
  • I also found it a bit confusing as to why they added a secondary option, but at the end of the day it’s just assisting you in writing code - there can’t be two methods with the same signature. Commented Oct 17, 2019 at 0:13

1 Answer 1

2

IntelliCode appends suggestions based on context on top of the suggestion list (with a star). In your case it means that based on the context you are the most common used property/method is Open(). Both Open methods in the list are the same.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.