Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Create type-inference plugin for language server #28

Open
ErikMcClure opened this issue Mar 4, 2023 · 0 comments
Open

Create type-inference plugin for language server #28

ErikMcClure opened this issue Mar 4, 2023 · 0 comments

Comments

@ErikMcClure
Copy link
Contributor

Doing arbitrary inference of what a variable's type is in scopes is not possible because type inference is turing complete, but most types do not fall into this category. We should make a language server plugin that can be used in Visual Studio Code which adds type annotations to variables by evaluating all computable types (up to a complexity limit).

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

No branches or pull requests

1 participant