Doesn't works parameter hints in Visual Studio Code - visual-studio-code

Doesn't shown parameter hints when I position cursor within the parentheses in Visual Studio.
Version of Visual Studio 1.74.3 on Windows 10 Version 22H2 for x64-based Systems. Languages with which I work goland and python.
I saw the questions on this theme How to trigger parameter hints in Visual Studio Code?
The solutions were: Ctrl + Shift + Space - no changes.
settings.json - the are few varints but no of them contains "inlayHints.parameterNames.enabled"enter image description here
Maybe someone know the reason why it doesn't work.

Related

search analyzer and formatter for Visual studio code

I would like to find a linter to analyze the formatting of my code, and also use the linter locally to format my code. And I would want to be able to do that with Visual studio code (and ideally, also Visual studio).
Right now, I am using Visual studio with resharper. But it's way too slow for me.
So I installed visual studio code, installed the extension omnisharp and roslynator, to be able to have the same formatting rules as resharper. So it works well, I configured my config file to display error when a rule is not respected, like that :
My issue is, I can't find a way to fix all these issue with a shortcut, like I use to do with Visual studio and resharper.
The shortcut shift+alt+F does not fix all my errors, and the command omnisharp "fixall" act weirdly, it remove my function Hi..
Do you have suggestion of setup with visual studio code to be able to format the code directly (not via a command line, but from a shortcut), and as advanced as resharper, and that could also work as a linter to analyze the code on the CI?

How to use VScode Keybindings in Visual studio 2019

I need to use Visual studio 2019 for my school, I love the VSCode shortcuts (for Example ALT+SHIFT+Down - duplicates a line) but I can't seem to figure out how to use them in Visual studio 2019.
I already tried the answer provided: here , didn't work.
I tried to copy the JSON keybindings file from VSCode but Visual Studio 2019 keybindings doesn't seem to work that way.
Any ideas?
Thanks

How do I change Visual Studio Code line number settings to start at zero?

This is kind of for ease of use question since I'm writing assembly code and looking at machine code through Visual Studio Code as a text editor.
Is there anywhere in the settings of Visual Studio Code where I can change the starting line number to zero?

Visual Studio Code: Invoke intelliSense in object

In Visual Studio Community Edition when you press:
control + j
It brings up the intelisense for that object, showing it's members.
What is the equivalent of that for Visual Studio Code ?
According to the docs, the answer is ctrl + space. I have just now confirmed that this is the case, as well.

VSCode Update 1.13.1 broke some keyboard bindings, How do I put them back?

My VSCode just updated to 1.13.1 and now I can no longer use the Shift+Alt keyboard shortcut to initiate multi-line editing. I was using this feature regularly - until it just broke with the 1.13.1 update.
At first I thought it was a keyboard or operating system fault. However, I can still use those shortcut keys in Visual Studio 2017 side by side with VSCode. It works in Visual Studio 2017 and does not work any more in VSCode. I also tried in both Windows 10 and Windows 7.
How do I restore the VSCode keyboard bindings to their Visual Studio equivalents?
Check if you can add to your VSCode plugins the "Visual Studio Keymap" one:
This extension ports popular Visual Studio keyboard shortcuts to Visual Studio Code.
After installing the extension and restarting VS Code your favorite keyboard shortcuts from Visual Studio are now available.
You can see the keyboard shortcuts in rebornix/vscode-vs-keybindings/package.json.