Posts
Sort by recent activity
Any plans for integrating Copilot or other generative AI?
Does Redgate have any plans to integrate SQL Prompt with a generative LLM/AI like Copilot or Tabnine to provide a more comprehensive completion / pair programming engine?
Setting the formatting style using a comment in the code
Hello,I know how to use --SQL Prompt Formatting Off
and--SQL Prompt Formatting On to tell SQL Prompt to stop and start formatting code, but I was wondering if there was perhaps a way to use a comm...
Is there a way to tell SQL Prompt not to re-format a line of code?
If I have a line of code that I don't want formatted, is there a way to put a comment at the end of the line to tell SQL formatter not to re-format that line?