How to get Visual Studio Code language support to recognize new functions in SQL syntax highlighting

123 Views Asked by At

I develop SQL scripts on Visual Studio Code for Mac (version 1.74.3). In writing dbt models (which are SQL scripts), Visual Studio Code does not recognize certain functions (INITCAP) in one instance as a built-in function and does not highlight this as such. Not the biggest deal, but this got me wondering if I can add INITCAP or other functions to a file or something to get VSC to treat it as a function name. Please help! I search though many Microsoft documentations, but cannot find it. Oh, my files have a .SQL extension so for the most part, the file is recognized as a SQL script.

0

There are 0 best solutions below