ReSharper 2025.1 Help

Coding assistance in SQL and NoSQL

Syntax highlighting

Syntax highlighting for SQL looks as follows:

ReSharper: Syntax highlighting in SQL

While Visual Studio always highlights SQL code as T-SQL (Transact-SQL), which is the SQL dialect used with Microsoft SQL Server, ReSharper allows you to highlight SQL according to the selected dialect.

If necessary, you can configure color and font for each kind of identifier.

Code completion

Code completion features help you write code faster. While you type, ReSharper analyzes surrounding context and symbols you recently entered in order to suggest suitable values in the completion list.

For example, ReSharper can help you find existing databases:

ReSharper: Code completion in SQL

Rearranging Code

To rearrange code, press Ctrl+Shift+Alt over a code element or selection that you want to move. If it makes sense to move the elements, ReSharper shows you a tooltip with possible move options.

Rearranging SQL code
29 March 2025