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

Request: Add Python type hinting to pyslang #382

Open
parker-research opened this issue Nov 28, 2024 · 1 comment
Open

Request: Add Python type hinting to pyslang #382

parker-research opened this issue Nov 28, 2024 · 1 comment

Comments

@parker-research
Copy link
Contributor

Pyslang does not currently appear to be configured/set up to support strong typing at all, making it a bit difficult to use with modern IDEs (which can help suggest whether a method actually exists, etc.).

It would drastically increase the usability of this library if the typing information (which is presumably strong in C++'s type system) was transferred to pyslang.

@MikePopoloski
Copy link
Owner

I agree that this is nice to have but it's not something I have time to spend on any time soon. I'd be happy to accept a PR though if you want to tackle it.

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

No branches or pull requests

2 participants