How to use it outside built-in simple editor to have intellisence in VS Code? #103
-
What should I import in .py file to have API hints? I can't write scripts without having intellisence. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I have to admit, I've not tried writing Simple Inkscape Scripting scripts myself within VS Code. Let me ask the user who contributed VS Code support (in #54 and #55): @inter1965: Could you please field @EmilyGraceSeville7cf's question? (And I hope I haven't broken VS Code support since you added it.) Thanks. |
Beta Was this translation helpful? Give feedback.
-
@spakin, issue is solved via this SO answer: I have to run this command in terminal: |
Beta Was this translation helpful? Give feedback.
@spakin, issue is solved via this SO answer: I have to run this command in terminal:
pip3 install git+https://github.com/spakin/SimpInkScr#egg=simpinkscr
and then after installation doimport simpinkscr
to have intellisence enabled. Can you mention it in Wiki? Not everybody Python programmer and not everybody knows this trick.