Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to highlight a function and bring up the manual?

Discussion in 'Scripting' started by timros011013, Nov 28, 2019.

  1. timros011013

    timros011013

    Joined:
    Nov 26, 2019
    Posts:
    1
    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
     
    Last edited: Nov 28, 2019
  2. AlexN2805

    AlexN2805

    Joined:
    Nov 27, 2019
    Posts:
    33
    You could try this:
    1. Open Visual Studio
    2. Go to: Debug > Options > Environment > Keyboard
    3. Find command "Help.UnityAPIReference"
    4. Assign a new shortcut.