Is it possible to suppress import errors on a per ...
# getting-started
r
Is it possible to suppress import errors on a per line or per file basis?
e
that is entirely to to the ide (or plugin) in question
r
is there a way to do it in intellij? I will check if the same exists in vscode
e
if you trick IntelliJ into thinking it's not part of the project then maybe? never had a need to try
v
@file:Suppress
probably