Environment: VS2012 with SSDT, Reporting Services project
When editing the dataset query (which is T-SQL code) of any report and I try to typetable.field, when I reach the period (.) character Intellisense pops up with Equals & ReferenceEquals, and interferes with completing thetable.field statement.
This is while editing in: Datasets>Mydataset>Dataset Properties>Query>Expression
Its extremely annoying and unnecessary to have to correct the unhelpful and ignorant autocomplete of Intellisense.
Turning off Intellisense in Tools>Options>Text Editor>SQL Server Tools>Intellisense has no effect.
Is there a way to:
1) Inform Intellisense to NOT try to insert non-SQL code, or
2) Turn off Intellisense in the Expression window?