ProperPythonPasting VSCode ExtensionFixes the longstanding issues with pasting python code into a different editor by determining the proper indentation depth of the paste destination and pasting so that it matches. FeaturesAllows you to paste python code into a different location (function/notebook/script/etc.) and have it properly indented intead of having to fight the editor. Release NotesUsers appreciate release notes as you update your extension. 0.0.1Initial release with basic functionality. 0.0.2Override default paste command (ctrl+v/cmd+v) with smart paste for python files 0.0.3Fixed forced logging console display. |