When creating a report server project in Visual Studio, my SQL queries will automatically get formatted when editing them, like adding spaces and placing stuff on new lines so it gets more readable.
There's nothing wrong with that, but it also disables the function to comment in SQL queries. Whenever i add comments, they automatically get filtered out of there. Is there any way to disable this 'feature'?
