-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
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
Annoying intellisense: showing me parameter popup during editing str parameter #5977
Comments
sounds like same bug as #5965 (comment) issue seems code that detect signature help position doesn't consider being in the string literal. |
@heejaechang, may I ask you, how to avoid automatic popups in the jupyter notebooks? I tried option "editor.hover.enabled": false, but it looks like it is not applicable to the notebooks. Thanks in advance. |
Looks like I've found answer to my previous question:
Problem solved for me: if I want them to be shown, I will explicitly press Ctrl+Shift+Space. But anyway, in general case it is worth to be solved so that it will not popup while I am editing a string. |
@heejaechang Could you please look at one more thing? https://youtu.be/RgnYR0QbjCY The popup is different (this is not that yellow one, but the one which offers parameters). And the setting editor.parameterHints.enabled=false doesn't help that. |
@heejaechang and one more case: https://www.youtube.com/watch?v=W22HhLPnsLk To summarize what is in this video:
|
The popup is different (this is not that yellow one, but the one which offers parameters). And the setting editor.parameterHints.enabled=false doesn't help that. this is completion, not signature help, that's why the option didn't help. |
Type: Bug
Behaviour
Steps to reproduce:
See the video: https://youtu.be/Z-qQhagODcc
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2024.8.0
VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:43:07.605Z)
OS version: Linux x64 6.4.6-060406-generic
Modes:
python.languageServer
setting: PylanceUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: disabled_off
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
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: