Activity overview
Latest activity by TampaCraig
I have, but have not been "chosen" for the EAP lottery. / comments
I have, but have not been "chosen" for the EAP lottery.
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?
Thanks for looking into this further Dan! / comments
Thanks for looking into this further Dan!
Thanks, @Dan_J, that's a useful feature for using the command-line, but my question has to do with the ability to embed a comment in the SQL itself that would direct SQL Prompt to use a specific style when formatting this file from within SSMS. Something like: --SQL Prompt Formatting On Style="Craig - Wide" / comments
Thanks, @Dan_J, that's a useful feature for using the command-line, but my question has to do with the ability to embed a comment in the SQL itself that would direct SQL Prompt to use a specific st...
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?