-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Lint active tabs in the editor, when opened or modified. #76
Comments
@phoenisx in response to your #73 (comment), could a "lint on save" option work? for example, if i am in a file type that the extension watches and i remove a var, hitting |
It should! Even I was thinking of only looking for file stats to recalculate the dependent files using the CSS variables. A few queries before I start working on this (which would be possible only after the next week, as I will be away):
I think it's the former. Correct me if I am wrong 👍🏽 |
yes, something like the former but not sure if continually watching is necessary if it is going to cause the cpu issues you had described before. i was thinking that when i add/remove a var from any of the files listed in
no problem at all, no rush ofc. i'm super grateful that you're even paying attention to my ideas 😅 |
on second thoughts, i wonder if any of this is really needed given my comment here #77 (comment) |
I still feel adding a watch mode to this extension would be great. Since this extension now already supports linting. Anyways, that's an option left for the users to decide!! 😉 |
One question, i noticed that i need to open (and focus) the erroring file in order to find the errors. i had suggested the problems tab idea because i was hoping i would be able to see errors in closed workspace files so that i know which files i need to open and fix. is that impossible?
CleanShot.2022-09-20.at.22.46.28.mp4
Originally posted by @jjenzz in #73 (comment)
The text was updated successfully, but these errors were encountered: