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

Type Inference System #1

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Type Inference System #1

wants to merge 10 commits into from

Conversation

JohnnyMorganz
Copy link
Owner

@JohnnyMorganz JohnnyMorganz commented Jun 20, 2020

IN PROGRESS
Dependent on the merge of:
Kampfkarren#32
Kampfkarren#28

This PR establishes a type inference system which can be used in order to provide autocomplete and parameter information, for example:

It includes support for aliases services (Kampfkarren#38) and parsing of function calls

This PR also integrates a VSCode SignatureHelpProvider in order to provide parameter information (Kampfkarren#33)

The following features are awaiting completion before this PR is ready for review:

The following features are extras which could be added before ready for review:

  • Add support for inferring return types for functions (eg. Lighting.Ambient:Lerp() is a Color3)
  • Create HoverProviders

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.

1 participant