Visual Studio 2015 and Visual Studio 2017 ( Community edition ) + Unity - unity3d

Visual Studio 2015 and Visual Studio 2017 ( Community edition ) + Unity .
In the Unity tutorials, you should be able to open the Unity reference documents by highlighting a Unity property in Visual Studio and hitting the Cmd + single quotation mark ( Cmd + ' ) to open the Unity reference documentation.
This does not happen automatically. How do you set this up?

The shortcut you mention only works in MonoDevelop I think. In Visual Studio 2015, the shortcut is :
Ctrl + Alt + M ; then Ctrl + H
If it does not work, make sure Visual Studio is correctly specified in Unity :
Edit > Preferences > External Tools
Also, make sure Visual Studio is "attached to" Unity. (Do not click the button with the green "Play" arrow, but open the drop down menu at the right side of the button)
Lastly, make sure you have the VS tools for Unity (should be shipped with Visual Studio 2015 and 2017)
In Visual Studio, if you go to :
Tools > Options > Environment > Keyboard, you should be able to find Help.UnityAPIReference in the list of shortcuts

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.

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

visual studio code-[Unsupported] in title bar of visual studio code

In visual studio code showing [Unsupported] this in the title bar.
And showing "extension host terminated unexpectedly" in notification bar.
if VS Code files have been mistakenly quarantined or removed by anti-virus software.
what will change anti-virus software settings?(quick heal pro).
1. Install the extension "Fix VSCode Checksums"
2. Open the command palette (Ctrl + Shift + P) and then write and select "Fix Checksums: Apply"
3. Finally, close VS Code and open it again.

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.