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

[SUGGESTION] Auto complete of Unity event functions #370

Closed
Alfatango12 opened this issue Aug 9, 2023 · 6 comments
Closed

[SUGGESTION] Auto complete of Unity event functions #370

Alfatango12 opened this issue Aug 9, 2023 · 6 comments
Labels
area-unity Unity support enhancement New feature or request
Milestone

Comments

@Alfatango12
Copy link

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

  1. Follow the guide on the website
  2. Create a script in unity
  3. Open it from unity
  4. Start typing a function (ex. private void Awake())

Expected Behavior

A menu with all the functions starting with the letters written should appear

Environment Information

  • Fresh install of Windows 11 22H2 (installed this morning)
  • Vscode 1.81
  • Unity Hub 3.5.0
  • Unity editor 2022.3.0f1 lts
  • Visual studio editor 2.0.20 (the unity package)
  • .Net sdk 7.0.400

Vscode extensions

  • .NET Install Tool for Extension Authors 1.6.0
  • C# v2.0.328
  • C# Dev Kit v0.3.21
  • IntelliCode for C# Dev Kit v0.1.26
  • Unity v0.9.0
@Alfatango12 Alfatango12 added the bug Something isn't working label Aug 9, 2023
@microsoft-issue-labeler microsoft-issue-labeler bot added the area-solution Solution explorer label Aug 9, 2023
@jbevain jbevain changed the title [BUG] <Vscode won't autocomplete unity's functions> Missing auto complete of Unity event functions Aug 9, 2023
@jbevain jbevain added enhancement New feature or request area-unity Unity support and removed area-solution Solution explorer labels Aug 9, 2023
@jbevain
Copy link
Member

jbevain commented Aug 9, 2023

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.

@jbevain jbevain removed the bug Something isn't working label Aug 9, 2023
@jbevain jbevain changed the title Missing auto complete of Unity event functions [SUGGESTION] Auto complete of Unity event functions Oct 4, 2023
@PythooonUser
Copy link

Is this feature being considered to be added? Or do technical issues exist that prevent this from being worked on?

@jbevain
Copy link
Member

jbevain commented Oct 31, 2023

Yes, this feature is being considered post 1.0.

@sailro
Copy link
Member

sailro commented Feb 10, 2025

Hello, we have a first iteration to support message completion in the latest 1.1.0 version:

Image

Regards

@sailro sailro closed this as completed Feb 10, 2025
@PythooonUser
Copy link

Amazing 🎉 Thank you very much!

@nscimerical
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-unity Unity support enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants