Hello all, I am switching from VSCode to using Visual Studio because VSCode bugged out so many times, in particular recently with the OmniSharp randomly not working, but then sometimes working on refresh and others not. So fixing that would be awesome, but I don’t mind Visual Studio as that has worked better, however I was wondering if there was a way to get it to complete certain methods like VS Code does?
For example, it will auto suggest things like ‘transform’ or ‘debug’ when typing in a letter. But it will not suggest or complete the more difficult to remember lines such as OnTriggerEnter2D(Collider2D other) for example.
In VSCode I think that is what the code snippets helped with, is there something similar or a way to do this within Visual Studio? Any help would be appreciated! Thank you.