spakin / SimpInkScr

Simple Inkscape Scripting
https://inkscape.org/~pakin/%E2%98%85simple-inkscape-scripting
GNU General Public License v3.0
320 stars 31 forks source link

VSCode Integration Attempt #55

Closed inter1965 closed 2 years ago

inter1965 commented 2 years ago

Refactor the directory structure so that now it's a python package which could be installed and be imported from normal python script. Add "from simpinkscr import *" export the SimpInkScr functions to the intellisense of the lsp so that auto-completion is possible. image Now with some quick setup of vscode extensions like "Runner", it's possible to do one key transforming in vscode.