Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Autocomplete (,{," with (), {}, ""

$
0
0

There's any way to autocomplete (, " and { with ), }, "

like this:

i type:

Console.WriteLine(

and automatically appears the )

Console.WriteLine()

And when i type the " on the middle

Console.WriteLine(")

The other one appears

Console.WriteLine("")

-----------------------

Also, i want to know if i can like "customize"

like if i type:

if (MaValue == 71) {

and i press enter, what happen is that another } is created but, i don't like it position, and i need to mannualy change it.

if (MaValue == 71) {

}

to this

if (MaValue == 71) 

{

}

--------

In Visual Studio i did really enjoyed these "features", but i needed a portable IDE...

i started a short time ago in the world of C#,

so any tips about programming and etc would be appreciated

Also, sorry for any mistakes in my english, im from Brazil :/

--------------------------------

Stay with Batman.

             .  .
             |\_|\
             | a_a\
             | | "]
         ____| '-\___
        /.----.___.-'\
       //        _    \
      //   .-. (~v~) /|
     |'|  /\:  .--  / \
    // |-/  \_/____/\/~|
   |/  \ |  [_|_|_] \ |
   | \  | \ |___   _\ ]_}
   | |  '-' /   '.'  |
   | |     /    /|:  |
   | |     |   / |:  /\
   | |     /  /  |  /  \
   | |    |  /  /  |    \
   \ |    |/\/  |/|/\    \
    \|\ |\|  |  | / /\/\__\
     \ \| | /   | |__
          / |   |____)
          |_/

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles