HELP
Development FAQ

VSCode auto-completion function does not work properly

4min

If the autocomplete function in the VSCode editor is not working properly, please try the following methods.

Method applicable within VSCode

Set Manage > Settings > typescript.tsserver.maxTsServerMemory to 8192mb (this setting is recommended for RAM 32GB or higher).

Document image




Enter ‘Restart TS Server’ in View > Command Palette.

Document image




Please refer to the guide below for instructions on how to run the Command Palette



Methods applicable outside VSCode

👍 Tips Please ensure that RAM utilization remains below 70%. Kindly close resource-intensive applications such as Chrome, music apps, and others.



If the above method does not solve the problem, please try the method below :

  1. Shut down running VSCode and Unity Editor entirely.
  2. Delete the Library folder under the Unity project where the problem occurred.
Document image




  1. Reopen the Unity Editor.
  2. If the problem occurs again despite the previous actions, proceed with the following: Go to Assets > Reimport All > Reimport.
Document image