✔ ☕ General Conversation Thread

(from MonoGame Feature Wishlist - #169 by MrValentine )

oops, I thought this was the General Conversation Thread, not the Feature Wishlist. Otherwise I wouldn’t have made that comment to pollute the Feature Wishlist thread :slight_smile: I suppose I better answer it here, as the issue is totally offtopic to Feature Wishlist.

As github issues speak louder than words…

and those are just the ones I’m tracking. The VS2015 editor has several other issues when you don’t strictly adhere one of the “de facto microsoft approved code style”.

My rule of thumb for any editor is: never touch my code (or at least, add an option to disable code “automodifications”). Since VS2015, this is no longer possible. Every time you type something is a random trigger to a plethora of automatic reformatting processes. In example, just typing a ‘#’ can reformat almost every line of your file is you don’t use a TAB to indent the namespaces.