Set common shortcut keys for Visual Studio, VS code and Eclipse - eclipse

I have been using Visual Studio since last 5-7 years. Now I started using VS Code & Eclipse as well. I am very used to Visual Studio shortcuts.
Can I have same shortcut keys in Eclipse and VSCode as in Visual Studio. I am hopeful that both Eclipse and VS Code should provide setting up own shortcut keys for different operations. It would be difficult to set individual keys for Eclipse and VSCode.
Is there any plugin/file/setting by which I can set easily set most of the shortcuts keys in Eclipse/VS Code as in Visual Studio?

I don't know about eclipse, but in VS Code there is an extension called Visual Studio Keymap.

i do not think eclipse marketplace (https://marketplace.eclipse.org) has any plugin for keymap of visual studio.
vscode though has a keymap plugin for eclipse, https://marketplace.visualstudio.com/items?itemName=alphabotsec.vscode-eclipse-keybindings.
Hope this helps.

You can add the Visual Studio key-map to Eclipse by installing the C++ devs tools from within Eclipse. Follow this post to set it up:
https://stackoverflow.com/a/10075350/2052295
For VSCode simply install the Visual Studio key-map extension:
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vs-keybindings

Related

VS Code editor intellisense doesn't work with UnityEngine.UIElements namespace

I can't get any types under UIElements to be picked up by Omnisharp when using VS Code or Vim. I've tried with a minimal project (clean 3d template) with Unity version 2020.3.20f1, Visual Studio Code Editor (Unity package) version 1.2.4, UI Toolkit version 1.0.0-preview.18. I've followed the guide here to get the correct compilation order of packages.
Build still works fine, but the editor's intellisense throws squiggles under all UIElements types (e.g. VisualElement, UIDocument).
Change the external script editor (Preferences > External Tools) from Visual Studio Code to Visual Studio Community 2019, then regenerate project files. This seems to work around whatever the issue with Unity is.
Downgrade to Visual Studio Code Editor v1.2.3. I have the same issue with .4

Visual Studio code does allow to search extentions from the market place

Visual Studio code does allow to search extensions from the market place.
Version installed is 1.35.1
Why installing version 1.35.1 while the latest version is 1.54. Btw, you can easily go to extensions for vs code, search for any extension you want, click on install and it should try to open the link in your vs code.
This should work.

How to add VSCode key-map to Eclipse?

Does anybody know a quick and simple way to get the VSCode key-map in Eclipse?
I primarily work within VSCode, and soon will also be working within STS (Spring Tool Suite) (which is just Eclipse with the STS plugin).
I don't want to have to have to mentally switch between both key-maps constantly.
I was surprised to find that Eclipse doesn't have many options for alternative key-maps.
Things tried
Eclipse Marketplace
The Eclipse market place seems to only have one key-map available (IntelliJ) - as seen here:
https://marketplace.eclipse.org/search/site/keymap
Visual Studio key-map
I installed the C++ dev tools within Eclipse and enabled the Visual Studio key-map, following the advice here:
https://stackoverflow.com/a/10075350
This was closer to VSCode's key-map, but still not perfect.
Current situation
I'm using the Visual Studio key-map, and updating each key that I find is out of sync with the VSCode keymap.
It's not ideal but it's close.
Ideal scenario
Ideally there would be an extension for this in the Eclipse marketplace, similar to how VSCode has an Eclipse key-map extension:
https://marketplace.visualstudio.com/items?itemName=alphabotsec.vscode-eclipse-keybindings

Mercurial plugin for visual studio code

I'm developping a project with React.
The IDE I use for React (ES6) is Visual Code and the version control is Mercurial Hg.
(I'm in Windows and I get issue with Atom, that's why I use Visual Code).
My problem is I cannot find a plugin for Visual Code to manage the source control with Hg.
Is anyone know a plugin and can help me ?
As #mrcrowl mentionned in his comment, this is the plugin I was loking for
https://marketplace.visualstudio.com/items?itemName=mrcrowl.hg
Visual Studio Code was designed to be directly integrated with Git, so currently there aren't any resources for Visual Studio Code that add Mercurial integration, however, many people have already expressed their interest in the idea on Visual Studio Code's UserVoice.
If you really want to, you could always create a simple plugin for Visual Studio Code that adds a couple commands to the editor, which could then be used to help you control the Mercurial CLI.

Intellisense does not work visual studio code in OSX Yosemite

The intellisense does not work visual studio code in OSX Yosemite. Are there any specific steps to debug this issue?
If you open a folder that contains multiple projects, such as the aspnet/Home repo, you would first need to pick a project: