BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
257 stars 39 forks source link

CSS support in <fx:Style> #14

Open joshtynjala opened 8 years ago

joshtynjala commented 8 years ago
neminovno commented 5 years ago

Comments are not correct: it creates <!-- aaa --> instead of /* aaa */

joshtynjala commented 5 years ago

@neminovno What does "it" refer to? I did not implement anything that would create a comment in CSS for you...

neminovno commented 5 years ago

@joshtynjala "it" as the extension, if it is managing comment syntax? If some text is selected and Shift+Alt+A is pressed, how does VSCode knows which comment syntax to apply?

joshtynjala commented 5 years ago

I assume that it's based on the file format. So, VSCode uses <!-- --> because it's an MXML file. Does it insert the correct comments inside Githubissues.

  • Githubissues is a development platform for aggregating issues.