Disable error higlighting in sql named args
已回答
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
请先登录再写评论。
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.