How to highlight a function and bring up the manual?

Hello

I am new to scripting in Unity and following this official tutorial:

At that part of the video, the guy explains that highlighting a word and then hitting " ctrl+’ " will bring up the manual for that word.

In my case, I am using a swedish keyboard and I don’t have a " ’ " button on it. Instead I have “Ö” where the single quote button generally is located on normal qwerty keyboards.

On my keyboard, to write a single quote, I click on a button next to Enter. However, trying to follow his tutorial, using " Ctrl+’ " does nothing.

Is there anyway to change the keybindings or manually click an option that brings up the manual for the specific word?

I’m writing C# in Visual Studio

You could try this:

  • Open Visual Studio

  • Go to: Debug > Options > Environment > Keyboard

  • Find command “Help.UnityAPIReference”

  • Assign a new shortcut.