tach icon indicating copy to clipboard operation
tach copied to clipboard

VSCode Extension for Import Linting

Open max-muoto opened this issue 1 year ago β€’ 1 comments

It would be great if there was a VSCode extension to help with live import linting, similar to what Pylance or the Ruff LSP can do. This way boundaries being broken can be be caught earlier as opposed to later. I wonder if it might be possible to point the CLI tool against the file whenever a module is saved, some plugins do this without taking any advantage of an LSP, for example https://github.com/InSyncWithFoo/pyright-for-pycharm (not VSCode, but the same idea)

max-muoto avatar May 03 '24 22:05 max-muoto

Thanks for the issue @max-muoto! We're working on adding IDE linting support πŸ‘

caelean avatar May 20 '24 22:05 caelean