
example:
input "di"
expect "display"
I'll turn it off for stylus region then. Seems https://github.com/d4rkr00t/language-stylus does have IntelliSense. I'll look into how to integrate that.
I have installed lang-stylus plugin. however the intellisense still not work in the ".vue" file. What else should i do
That plugin only works for stylus files. I need to integrate its language server into vetur's language server to make the IntelliSense work. That'll take some time.
Stylus Intellisense has been merged into master branch.
Note stylus support is, sadly, very basic. The main hurdle is Stylus compiler itself, which is full of inconsistency and inadequacy.
I currently don't want to investigate more effort on Stylus. But contribution from Stylus users are always welcome.
Most helpful comment
That plugin only works for stylus files. I need to integrate its language server into vetur's language server to make the IntelliSense work. That'll take some time.