Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode Integration Attempt #55

Merged
merged 3 commits into from
Sep 9, 2022
Merged

VSCode Integration Attempt #55

merged 3 commits into from
Sep 9, 2022

Conversation

inter1965
Copy link
Contributor

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.

@inter1965 inter1965 mentioned this pull request Sep 1, 2022
@spakin spakin merged commit 9a9940a into spakin:master Sep 9, 2022
Comment on lines +2104 to +2105
def main():
SimpleInkscapeScripting().run()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required for VSCode integration? If not, why define a main function here and in svg_to_simp_ink_script.py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants