Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Search Terms
Suggestion
When inputing code:
When you typing at
X
, the current completion list is a list of existing types, for exampleXMLDocument
.In vscode, when you typed
X
it is very easy mistakenly accept the wrong suggestion.(The setting "editor.acceptSuggestionOnCommitCharacter" default is true).I think it should be a list like inputting
class X
,type X
.p.s. there's similar issue when inputting the
infer
keyword.Use Cases
Examples
Checklist
My suggestion meets these guidelines: