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?
-
I don't think you can.Dan Bracuk– Dan Bracuk2017-05-05 19:21:20 +00:00Commented May 5, 2017 at 19:21
-
1Yeah, it does not sound like it. This thread 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– Leigh2017-05-06 12:43:12 +00:00Commented May 6, 2017 at 12:43
Add a comment
|