c# - Stop visual studio 2013 from repositioning braces on new line? -


When I enter, it takes place of braces how can I stop it? I want VS After writing an introductory brace, it is asked to automatically add the closing brace, but I do not want it to enter the brace. How can I go about doing this?

There is no such setting which I know about leaving it the line you typed (Since most groups have to set coding style standards that insert openings brace, always be on the same line or should always be on the new line).

You can get "forget" VS which is done with a criterion by transferring the cursor to the outside of the brace block. So if you choose Options> & Gt; The formatting settings were checked (so it will normally be bred on the next line) You can open the right arrow, the left arrow, the eater (i.e. finally move the cursor over the previous brace) to be on the same line Get the brace, then take it back between the braces, then enter a new line).

Not what you wanted, but it's best I can think.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -