-
Notifications
You must be signed in to change notification settings - Fork 19
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
IntelliSense, suggest snippet insertion for overriding inherited events and functions. #77
Comments
So, Is that a problem with intellisense or snippets system? I mean If snippets isn't filling the appropriate arguments so It's not a problem with intellisense? |
I understand that they are separate but I said what I understood from your title..
So It's a problem with intellisense and suggestion not the snippets. Is that right?? |
@minkir014 This is just a feature request that is equivalent of what C# provides when you begin typing |
# [2.15.0](v2.14.0...v2.15.0) (2019-06-30) ### Features * Typing function or event names in definition blocks provides override autocompletion. [#77](#77) ([24af097](24af097))
Describe the bug
This sounds a little like issue #44.
IntelliSense should suggest snippet insertions in child scripts for overriding inherited events and functions. The majority of scripts work by overriding inherited native base events with an implementation in children scripts.
To Reproduce
Steps to reproduce the behavior:
OnInit
event which is inherited on every script for skyrim and fallout.The text was updated successfully, but these errors were encountered: