-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something different from webstorm #6
Comments
Thank you for reporting the issue. I don't actually know much about using Vue, as I mostly use React, Project Setting
I also applied the settings for vue2 in the ResultWhen I followed your screenshot exactly, I got the error that properties like Most error messages looked like this.
In your code, you seem to have left out the part where you pass it as a prop. (my guess) Once I passed in the expected value, the token's color changed to the expected semantic color. Changed ResultIf your code still differs from my code results, I'd appreciate it if you could tell me more about your findings. Also, if you use The color error in the |
Thanks for providing more details about project settings. It helped me figure out the cause of the bug. my and your vue language support extensions are different and that's where the bug came from. use Volar:
|
ok, thankyou |
Since the theme also relies on semantic highlighting, I don't think I've considered the case where semantic highlighting isn't applied. In fact, even if this wasn't your problem, it should have been fixed. When semantic highlighting is not applied, before (current) :after fix :Also, If we distinguish between constant and writable variables, things change a bit more. (but, methods are not controllable.) How it worksThis works because when semantic highlighting is not applied, properties like ConclusionAnyway, it's not easy to control color with TextMate alone. In situations where semantic highlighting is not applied, your code looks like this is the best result for now. But when semantic highlighting is applied, readonly and writable variables still have the same color. What do you think of my suggestion? |
use vue2
webstorm
vscode
The text was updated successfully, but these errors were encountered: