ide - How can I automatically format C# line indentations like VB.NET -


when write in vb.net, ide automatically formats line indents perfectly, don't have use tab key @ anytime.

in c#, when needed edit line of code, , perhaps wrecked indentation this...

void myvoid() {     if (1==1)     {      int ithis = 5; //line ugly indentation     } } 

..., , have correct indentation manually or use ctrl akf fix it.

in vb.net, ide fix automatically when skip other line.

how can make easy in vb.net?

power commands has option automatically format document when save. there's lighter-weight extension titled format document on save should same.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -