Skip to content

Version 0.0.4

Compare
Choose a tag to compare
@DonJayamanne DonJayamanne released this 24 Jun 08:03
· 7414 commits to main since this release
  • Added support for linting using Pylint (configuring pylint is coming soon)
  • Added support for sorting Imports (Using the command "Pythong: Sort Imports")
  • Added support for code formatting using Autopep8 (configuring autopep8 is coming soon)
  • Added ability to view global variables, arguments, add and remove break points