eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
308 stars 63 forks source link

Make VSCode extension to use ODFtools in more user-friendly manner #87

Open WSLUser opened 5 years ago

WSLUser commented 5 years ago

I use VSCode and have been doing some python in generating and formatting reports. However, while the MS Python extension is useful for pylint, pytest, etc., ODFlint, tests, etc. aren't as easy to use. I prefer to see the linting issues in the "Problems" pane as well as tests run. Ideally, the "Quick Fix" option would fix the listing issue. I can file with the MS Python extension but I think it would require some cooperation from odfpy owners to ensure compatibility. I think it may be better to have separate extension but ensure compatibility than host code there.