
Hi,
Having a syntax editor with loading SQL language from sql.langdef, it provides syntax highlighting but
it detects no errors and therefore shows no squiggle lines.
Also, I would expect an intellisense popup, when I type 'sum', and a quick info for the function.
These features (errors, intelipromt, etc.) all work automatically by itself with a SyntaxEditor with CSharpSyntaxLanguage loaded.
Have I to register some special providers an write my own quick info Provider on the SQL language?
Thanks for your always quick answers!