You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Is there a way to integrate autocompletion based on the tags file, such that if I typed instance. VSCode could autocomplete methods and variables from the instance's class?
Thank you for this extension!
The text was updated successfully, but these errors were encountered:
Thanks for the message! So this extension does not have a feature like that unfortunately. And I have never really thought about it, so I don't know how feasible it is.
It looks like a combination of typeref + qualified names could be used to implement this. No promises, but I'll have to investigate this further...
Hi!
Is there a way to integrate autocompletion based on the tags file, such that if I typed
instance.
VSCode could autocomplete methods and variables from the instance's class?Thank you for this extension!
The text was updated successfully, but these errors were encountered: