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

Fixes small hover issues #860

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

markwpearce
Copy link
Collaborator

@markwpearce markwpearce commented Jul 28, 2023

Hover on unresolved type:

                sub doSomething(thing as UnknownType)
                    print thing  ' hover on thing
                end sub

=>
thing as UnknownType

image

Hover with type chain including dynamic:

                sub doSomething(thing )
                    print thing.property  ' hover on property
                end sub

=>
property as dynamic

image

@markwpearce markwpearce merged commit eb88ca5 into release-0.66.0 Jul 28, 2023
5 checks passed
@markwpearce markwpearce deleted the hovers_on_dynamic_and_unresolved branch July 28, 2023 17:57
@TwitchBronBron TwitchBronBron added this to the v1.0.0 milestone Jan 24, 2024
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