c# - Can Code Style preferences be shared? -


i've read vs2017 supports .editorconfig , can create own .editorconfig files @ solution/project level , share them, however, wondering if machine/user -wide configuration can somehow shared?

i mean these settings:

enter image description here

or wrong in thinking these settings related new .editorconfig support?

yes, can. should go:

  1. open solution in visual studio.
  2. go "tools"
  3. go "import , export settings"
  4. choose export
  5. follow prompts.

if follow export, you'll see exports configuration settings script parse , read when imported instance of visual studio.


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -