Options

Intellisense for Extended Events

PawJPawJ Posts: 11 Bronze 1
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>

Best Answer

  • Options
    hassan_imamhassan_imam Posts: 35 Bronze 1
    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 

Answers

  • Options
    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 
  • Options
    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 
Sign In or Register to comment.