dotnet / dotnet/vscode-csharp

Always Show Return Type / Signature For All Items In Suggest Widget

Open
#6,885 4 comments 2 reactions 0 assignees View on GitHub
Feature Request Triaged
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

Always show return types.

This is in Dart, and is very useful.

For example, in Dart:

| OPTIONS |
|:-:|
![1](https://github.com/dotnet/vscode-csharp/assets/115815794/d4c7109f-2738-4612-b93e-9fd553008bcb)
| 1: _Full signature, split between left/right_

|
![2](https://github.com/dotnet/vscode-csharp/assets/115815794/9e95966a-0e6a-4a0f-9aee-c2a510da3eec)
| 2: _Full signature on left_

|
![3](https://github.com/dotnet/vscode-csharp/assets/115815794/fff78a89-9563-4b6a-918a-7772591d6b5b)
| 3: _Full signature on right_

|
![4](https://github.com/dotnet/vscode-csharp/assets/115815794/0071de1c-8912-4a9f-9b78-9bc6a680f4a6)
| 4: _Abbreviated params (...), split between left/right_

|
![5](https://github.com/dotnet/vscode-csharp/assets/115815794/5bcc4a53-a442-46e2-83ba-eed3de7e843b)
| 5: _Abbreviated params (...) on left_

|
![6](https://github.com/dotnet/vscode-csharp/assets/115815794/1aae795d-e9bf-4ca1-afc5-908357f33e14)
| 6: _Abbreviated params (...) on right_

|

Here is the original issue in Dart:
- https://github.com/Dart-Code/Dart-Code/issues/2462#issuecomment-1561650978

Personally, I like option 5, but would also like if there was a setting to use option 2 instead.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.