Solution to Unity Code Auto-Completion Not Working Error


Solution to Unity Code Auto-Completion Not Working Error

In this article, sometimes while scripting in Unity game engine, our codes may not auto-complete. Especially when we first install Unity or play with its files, we may encounter such an error. Let’s talk in this article about how to solve this problem.

The solution to this error is very simple. All we need to do is
Edit > Preferences > External Tools
go to this section and then
External Script Editor
select the IDE / Editor we want to use in this part. After doing this, our codes will now auto-complete.