How to get Visual Studio to remember javascript settings - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T10:27:15Z http://stackoverflow.com/feeds/question/828804 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/828804/how-to-get-visual-studio-to-remember-javascript-settings 2 How to get Visual Studio to remember javascript settings Andy 2009-05-06T09:26:53Z 2009-11-04T11:26:57Z <p>Visual Studio 2008 is doing something that really frustrates me. I open a javascript file and start editing my code and it places the opening brace on the same line rather than on a new line. So I go to the text editor options and tick the boxes to put the braces on a new line and all is fine until the next day when I open a js file and it puts the braces on the same line again! Grrrrr :-(</p> <p>Does anyone know how to get Visual Studio to remember the settings so I don't have to change them all the time?</p> http://stackoverflow.com/questions/828804/how-to-get-visual-studio-to-remember-javascript-settings/956061#956061 0 Answer by fixed for How to get Visual Studio to remember javascript settings fixed 2009-06-05T14:10:02Z 2009-06-05T14:10:02Z <p>Well, I was having a similar problem - Visual Studio lost the settings for line numbers - every time I opened Visual Studio, I had to go to settings and mark the check-box to show the line numbers.</p> <p>I got over this issue by configuring all the options the way I like, exporting and importing it back again. After this, I never had to go and mark the check-box for the setting.</p> <p>You can give it a try, it might work for you as well.</p> http://stackoverflow.com/questions/828804/how-to-get-visual-studio-to-remember-javascript-settings/1615026#1615026 0 Answer by Harsha for How to get Visual Studio to remember javascript settings Harsha 2009-10-23T17:59:58Z 2009-10-23T17:59:58Z <p>I just tried this on my machine and it is remembering the settings between the sessions (open and close VS). And, I did not do any workarounds. </p> <p>I was also getting very annoyed by this formatting as we dont have this coding standards. We use braces on the new line no matter what.</p> http://stackoverflow.com/questions/828804/how-to-get-visual-studio-to-remember-javascript-settings/1673203#1673203 1 Answer by PhilPursglove for How to get Visual Studio to remember javascript settings PhilPursglove 2009-11-04T11:26:57Z 2009-11-04T11:26:57Z <p>When I've seen this happen, I suspect the cause has been having multiple instances of Studio open, and setting the option in one instance doesn't set it in the others. If you close down the instance where you've set it, and then close down another instance I think that's the point at which it gets unset.<br> Try opening just one instance of Studio, setting it how you want, and closing it down again, and see if it then gets remembered a bit better.</p>