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

[SOLVED] - Unity 2017, Monodevelop 5.9.6, How to generate method definition from a method call

Discussion in 'Editor & General Support' started by FalsAlarm, Nov 10, 2017.

  1. FalsAlarm

    FalsAlarm

    Joined:
    Dec 12, 2016
    Posts:
    21
    Is there a way to type a method call such as,

    doSomething(30,"Foo");

    Right click on it and auto generate a method definition for it? Or perhaps a keyboard shortcut key for this feature?

    I'm pretty sure I did it before but cannot remember how.

    I'm using Unity 2017 and Monodevelop 5.9.6
     
  2. FalsAlarm

    FalsAlarm

    Joined:
    Dec 12, 2016
    Posts:
    21
    I've tried ALT + INS, but it doesn't appear to be any help
     
  3. FalsAlarm

    FalsAlarm

    Joined:
    Dec 12, 2016
    Posts:
    21
    I found that ALT + ENTER works.