Skip to content

setting up code-intelligence for editors #52

@ipsod

Description

@ipsod

I've attached a zipped file structure.
pythonscad_stubs.tar.gz

You could publish it on PyPi under pythonscad_stubs or something.

To enable editor support, people would just have to:

create a virtualenv
pip install pythonscad_stubs (inside of the virtualenv)
point editor to that venv, or launch editor with that venv activated in the terminal

If you don't want to publish it, people can just download it, unzip it somewhere it'll stay, and pip install -e ./ from inside of it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions