We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: Bug
When entering the parentheses for a nested function call, the intellisense popup will not show the parameters required.
Use something like this:
class Foo { public Foo(int showMe) {} public static void Do(Foo foo) { Do(new Foo( // <-- cursor here } }
It won't show the showMe parameter in the popup.
showMe
See parameters for nested function.
Like this, you can see showMe:
See parameters for outer function.
VSCode version: 1.84.2 C# Extension: 2.10.28 Using OmniSharp: false
Host: Version: 7.0.13 Architecture: x64 Commit: 3f73a2f186
.NET SDKs installed: No SDKs were found.
.NET runtimes installed: Microsoft.NETCore.App 7.0.13 [c:\Users\rhysv\AppData\Roaming\Code\User\globalStorage\ms-dotnettools.vscode-dotnet-runtime.dotnet\7.0.13~x64\shared\Microsoft.NETCore.App]
Other architectures found: x86 [C:\Program Files (x86)\dotnet]
Environment variables: Not set
global.json file: Not found
Learn more: https://aka.ms/dotnet/info
Download .NET: https://aka.ms/dotnet/download
Extension version: 2.10.28 VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z) OS version: Windows_NT x64 10.0.22621 Modes:
vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 py29gd2263:30880072 vsclangdc:30486549 c4g48928:30535728 dsvsc012:30540252 pynewext54:30695312 azure-dev_surveyone:30548225 2e4cg342:30602488 89544117:30613380 2i9eh265:30646982 showlangstatbar:30737416 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 welcomedialogc:30887144 pythonnosmt12:30797651 pythonidxpt:30866567 pythonnoceb:30805159 synctok:30869157 dsvsc013:30795093 dsvsc014:30804076 dsvsc015:30845448 pythontestfixtcf:30871695 pythonregdiag2:30871582 pyreplss2:30886141 pythonmypyd1:30879173 pythoncet0:30885854 pythontbext0:30879054 dsvsc016cf:30886111 dsvsc017cf:30886113 dsvsc018cf:30886115 aa_t_chat:30882232
The text was updated successfully, but these errors were encountered:
Looks like even if the old signature help is dismissed it will never show the signature help for the nested call
Almost certainly a server side bug.
Sorry, something went wrong.
Does this being a server bug mean that it needs to be reported elsewhere? It's quite a bothersome issue.
This fix is in the 2.33.17 release
JoeRobich
Successfully merging a pull request may close this issue.
Type: Bug
Issue Description
When entering the parentheses for a nested function call, the intellisense popup will not show the parameters required.
Steps to Reproduce
Use something like this:
It won't show the
showMe
parameter in the popup.Expected Behavior
See parameters for nested function.
Like this, you can see
showMe
:Actual Behavior
See parameters for outer function.
Logs
C# log
C# LSP Trace Logs
Environment information
VSCode version: 1.84.2
C# Extension: 2.10.28
Using OmniSharp: false
Dotnet Information
Host:
Version: 7.0.13
Architecture: x64
Commit: 3f73a2f186
.NET SDKs installed:
No SDKs were found.
.NET runtimes installed:
Microsoft.NETCore.App 7.0.13 [c:\Users\rhysv\AppData\Roaming\Code\User\globalStorage\ms-dotnettools.vscode-dotnet-runtime.dotnet\7.0.13~x64\shared\Microsoft.NETCore.App]
Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
Extension version: 2.10.28
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: