How can we help you today? How can we help you today?

Intellisense for Extended Events

Would it be possible to add the IntelliSense for use when writing Events ?? 

like when you are writing:
CREATE EVENT SESSION [my_session] ON SERVER 
ADD EVENT <*intelliSense_should_start_here*>
first it should list the packages and then objects and so on.

SELECT [p].[name]
	  ,[o].[name]
FROM sys.dm_xe_packages p
	JOIN  sys.dm_xe_objects o
		ON  p.guid = o.package_guid<br>

PawJ
0

Comments

3 comments

  • hassan_imam
    Hi Jpaw,
     
    Thank you for reaching out regarding SQL Prompt. At the moment, the tool does not offer code completion during SQL Event scripting. However, I've brought this to the attention of our development team, and they are actively exploring the possibility of integrating this feature into the tool's capabilities.
     
    Warm regards,
     
    Hassan 
    Product Support Engineer 
    hassan_imam
    0
  • hassan_imam
    Hi Jpaw,
     
    Thank you for reaching out regarding SQL Prompt. At the moment, We updated SQL Prompts capabilities in the lastest release, which includes: 
    • Added intellisense support to EXTENDED EVENTS syntax.


    Warm regards,
     
    Hassan 
    Product Support Engineer 
    hassan_imam
    0
  • hassan_imam
    Hi Jpaw,
     
    Thank you for reaching out regarding SQL Prompt. At the moment, We updated SQL Prompts capabilities in the lastest release, which includes: 
    • Added intellisense support to EXTENDED EVENTS syntax.


    Warm regards,
     
    Hassan 
    Product Support Engineer 
    hassan_imam
    0

Add comment

Please sign in to leave a comment.