Autocompletions
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 )
Answer by FortisVenaliter · May 23, 2016 at 08:51 PM
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.
Your answer
Follow this Question
Related Questions
MonoDevelop Autocomplete options? 0 Answers
Visual Studio Auto complete is working strange and suggestions doesn't seem to work 1 Answer
BattleTag type system 0 Answers
Js autocomplete not working in 5.3.4 f1 2 Answers
What should be the good cloud automation control panel as Odin is closing down? 0 Answers