© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
❔ VS studio IntelliSense string autocomplete? - C#
C
C#
•
4y ago
•
3 replies
whynot6745
❔ VS studio IntelliSense string autocomplete?
I want to make intellisense in c
# visual studio 2022 provides suggestions for a specific set of strings when using a string parameter
. just like in VSCode
.
maybe something like
void SetColor([Suggest("red", "blue")]string color) { ... }
void SetColor([Suggest("red", "blue")]string color) { ... }
Similar Threads
VS Code vs Visual Studio
C
C# / help
2y ago
Visual Studio vs Visual Studio Code?
C
C# / help
3y ago
raw string vs verbatin string [Answered]
C
C# / help
4y ago