-
Notifications
You must be signed in to change notification settings - Fork 293
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
Jupyter notebook autocomplete suggestion "%%!" #7880
Comments
same with comma Example: M = [
[1,2],
[2,3]
] When typing the comma after the first matrix line, |
Same, it's quite annoying ... |
I'm facing the same issue. Jupyter Extension VS Code |
any update for this issue, guys? very anoing for a long time |
This result is returned by jupyter's kernel. I think we're likely too aggressive in our trigger characters for jupyter's intelliense as registered here:
I think a likely fix would be to change the set of trigger characters to a setting and then users can decide how aggressive they want autocomplete. |
Same here, quite annoying. This seems to have been introduced at v2021.8.2031187289. Rolling mine back to v2021.8.1236758218 solved it for now. |
Indeed, it really breaks up your typing workflow, having to Escape everytime you enter a new line in a notebook. Can't there be a filter for "%%!"? I can't imagine it every being useful. |
I also downgraded to v2021.8.2031187289 to avoid this problem for now, but I hope you'll do something about it. |
Issue Type: Bug
Starting docstring (''') or a function definition causes autocomplete to suggest "%%!". It means I need to ESC away from it constantly, or it chucks "%%!" in my code.
Someone else reported this issue here: https://stackoverflow.com/questions/69134016/vscode-jupyter-strange-autocomplete
Extension version: 2021.9.1001312534
VS Code version: Code 1.61.0 (ee8c7def80afc00dd6e593ef12f37756d8f504ea, 2021-10-07T18:13:09.652Z)
OS version: Windows_NT x64 10.0.19041
Restricted Mode: No
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: