Search Unity

[MonoDevelop] Curly Brackets

Discussion in 'Formats & External Tools' started by hedgeh0g, Feb 23, 2017.

  1. hedgeh0g

    hedgeh0g

    Joined:
    Jul 18, 2014
    Posts:
    102
    Hello, I have a small problem on MonoDevelop that is really bugging me.

    I'm using an italian keyboard layout, which doesn't include curly brackets, so I need to write them down by using ALT 123 for { and ALT 125 for } . Whenever I do so on MonoDevelop, by default, it moves to another opened script. It's kinda boring to copy-paste curly brackets, also because I have a sort of habit to press ALT 123 whenever I write an if statement. :D

    Is there a way to fix this issue?

    Thanks in advance.
     
  2. hedgeh0g

    hedgeh0g

    Joined:
    Jul 18, 2014
    Posts:
    102
    Bump. Anyone? :(
     
  3. Pengocat

    Pengocat

    Joined:
    Dec 7, 2016
    Posts:
    140
    I usually use Visual Studio so I don't have a solution on how to avoid that behavior. I hardly ever type any curly bracket however since the snippets include them.
    So if you want an if statement you type if > Tab > Tab > (type condition) > Enter.