Intellisense for Extended Events
PawJ
Posts: 12 Bronze 1
in SQL Prompt
Would it be possible to add the IntelliSense for use when writing Events ??
like when you are writing:
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>
Tagged:
Best Answer
-
hassan_imam Posts: 48 Bronze 1Hi 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
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
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