Disable error higlighting in sql named args
Answered
Hi,
Is there any way of disabling error highlighting in just named args? As in the screen shot I would like not to have the named args marked as errors, but still have checking of column names in sql statement.

Thanks
Please sign in to leave a comment.
Hi,
Could you try adding the
@(\w+)pattern under Settings | Tools | Database | Query Execution | User Parameters, and let me know if that helps? You can also specify particular languages so that the setting applies only to those.Looks like it is working.
Thank you.