I just want to ask if you know how to add syntax highlighting for vue files using vue-loader. I'm using Eclipse Neon
-
Vue-loader does not do the syntax highlighting. Its the IDE you use which does the syntax highlighting. Search if eclipse has an vue plugins for syntax highlighting of vue related code. Otherwise i suggest using webstorm(paid) or atom(free) as a IDEVamsi Krishna– Vamsi Krishna2017-05-21 10:20:39 +00:00Commented May 21, 2017 at 10:20
Add a comment
|
2 Answers
There is a plugin in the Marketplace that might be what you're looking for. It's called CodeMix CI 1. I just installed it and aside from adding syntax highlighting, it also does code completion, which comes really handy.
3 Comments
Brian Fernandes
Take a look at this page to see some of the Vue capabilities in CodeMix:
Ben Lazaro
Good stuff, @BrianFernandes. Very informative link, thanks!
Amos M. Carpenter
It should at least be noted that CodeMix is not a free plugin for eclipse.
