-
Notifications
You must be signed in to change notification settings - Fork 16
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
[SUGGESTION] Auto complete of Unity event functions #370
Comments
Thanks for the suggestion! This is a feature that is available in the Visual Studio Tools for Unity but that we don't have at the moment in the Unity extension for Visual Studio Code. |
Is this feature being considered to be added? Or do technical issues exist that prevent this from being worked on? |
Yes, this feature is being considered post 1.0. |
Amazing 🎉 Thank you very much! |
Hi, @sailro. Is there anywhere we can track what you guys are working on for the Unity extension. Maybe a roadmap perhaps? I always enjoy reading your team's updates for the Unity extension and it's a bit hard to keep track using GitHub issues. |
Describe the Issue
I set up all the environment to work with unity and vs code following the official guide and all works well except for the standard unity functions (ex. Awake, Update ecc...). When i start typing it doesn't show nothing releated to the function.
Steps To Reproduce
Expected Behavior
A menu with all the functions starting with the letters written should appear
Environment Information
Vscode extensions
The text was updated successfully, but these errors were encountered: