How to disable unused {imports, pattern, etc...} diagnostic reporting? #658
Unanswered
jigargosar
asked this question in
Q&A
Replies: 1 comment
-
You should be able to use a Just create the file next to your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many times I like to keep unused code around, since I will be using it soon.
And would like to quickly reach compiler errors in a file, rather than worring about unused.
If there was a way to toggle these diagnostic messages, i.e. only show compiler errors. It would make navigating and fixing broken code much easier.
Any workaround?
Beta Was this translation helpful? Give feedback.
All reactions