Hi guys… unity comes with Visual Studio, and it’s trial… I want a text editor, with unity libraries autocompletions, you know, after hours and hours of coding, i do shitty mistakes like : Input.Getkeydown instead of capital letters and another shitty mistakes. I can use any text editor. I just want it to have autocompletions ( suggestions )
Autocomplete is an incredibly impressive software tool that requires a full understanding of not only syntax, but also existing symbols and structure of code you are both importing and writing. It was more-or-less invented for visual studio, and is the reason visual studio is the premier coding environment. So, needless to say, you won’t find it as a feature of ‘any text editor’. Monodevelop has been trying to match Visual Studio’s autocomplete functionality to dubious success for years now.