Intellisense for $partition.<partition_functions>

PawJPawJ Posts: 12 Bronze 1
edited April 26, 2024 7:51AM in SQL Prompt
Im missing Intellisense for working with partitioning in SQL Server.

I would like the Prompt to be able to list any partition function found in the current context (DB)
like when i write: $partition.<Intellisense here>

is this possible ?

Thanks in advance

Answers

  • Hi @PawJ
     
    Thanks for reaching out on the Redgate forums regarding this inquiry.
     
    Unfortunately, it does not appear to be a current function of SQL Prompt to expand on custom partition functions like that. 
    It will highlight the function in your code but doesn't load suggestions.
     
    Intellisense will trigger from statements so if you have a statement such as ALTER PARTITION FUNCTION then I would anticipate your functions to appear.
     
     

     
     
    I could suggest leaving a feature request on our UserVoice page for our development team to potentially implement this functionality into SQL Prompt
    Our feature request page for SQL Prompt can be found here:
    https://redgate.uservoice.com/forums/94413-sql-prompt/
     
    If you do post a request on the UserVoice site please advise here so I can link them and ensure appropriate escalation within our product teams.
    Jon Kirkwood | Technical Support Engineer | Redgate Software
  • Excellent, thank you for doing that and updating this post with the link

    I'll ping it internally with our development team to ensure there is some awareness on it.


    Jon Kirkwood | Technical Support Engineer | Redgate Software
Sign In or Register to comment.