In Visual Studio Code, I would like to use code completion from multiple add-ons on a single page. i.e. Use code completion for ColdFusion, HTML and CSS on a single .cfm page. How can I do that?
Asked
Active
Viewed 87 times
2
-
I don't think you can. – Dan Bracuk May 05 '17 at 19:21
-
1Yeah, it does not sound like it. [This thread](http://stackoverflow.com/a/42665678/104223) suggests support for multiple languages in one file is possible somehow (i.e. JS and HTML with some limitations), but it is not through multiple add-ons per se. I suspect you would have to write your own (single) extension for that functionality. – Leigh May 06 '17 at 12:43