简体   繁体   中英

Visual studio IntelliSense not working correctly

I am just learning how to code in Unity using C#, but I have encountered a problem every time I try and use IntelliSense it shows me this instead of real functions. Code suggestion What can I do to fix this?

Intellisense normally only shows you what the class knows about due to the using statements at the top of the class. If you add more using namespaces, it will show more shortcuts here. If you don't do that, you can still spell out the full namespace and it should help narrow down what is available at each level.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM