How to use VScode Keybindings in Visual studio 2019 - visual-studio-code

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

Related

Doesn't works parameter hints in 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.

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?

Visual Studio Terminal Configuration Problem

I've been trying hard to configure Git bash for the visual studio terminal, but my visual studio did not detect the git bash files even after I put it in PATH. I've followed many tutorials but still, it seems not to be working.Here I'll show some of the terminal settings.json and the problems I'm facing Visual Studio Settings.json

IntelliSense included in Python's Microsoft Extension vs Visual Studio IntelliCode

IntelliSense Autocomplete
vs
Visual Studio IntelliCode
Should I avoid using Visual Studio IntelliCode when using default IntelliSense?
What's the difference between them? What are advantages/disadvantages?
I'm a software engineer on the IntelliCode team. IntelliCode is meant to augment the default IntelliSense experience and save you time by putting what you're most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub.

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.