Improve argument completion when Intellicode is not available
Open
Editor-IntelliSense
Improvement
Triaged
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
Based on feedback from https://github.com/dotnet/vscode-csharp/issues/6374#issuecomment-1756618728
> I have the same problem, argument completion is so useless, no matter what type of function parameter, it always suggests by the alphabet of class, variables, namespace, etc...
Some options we might want to consider:
1. disable argument completion if IntelliCode is not available (via C# devkit)
2. improvement default selection to match inferred argument type.
Contributor guide
Assessment
This issue has not been assessed yet.