On 03-09-17, solitone wrote: > On Saturday, 2 September 2017 15:01:37 CEST The Wanderer wrote: > > I'm not sure what you would qualify as a "programming editor", but what > > I use to write code (when nano won't do) is geany, which is a graphical > > syntax-highlighting editor with various other features useful to a > > programmer. > > But is there anything that can do code autocomplation, for C++ or Java for > instance? Like getting the list of methods available for an object, when > typing a dot, as a typical IDE would do. > -- > ⢀⣴⠾⠻⢶⣦⠀ > ⣾⠁⢠⠒⠀⣿⡁ Sent from my brain using neurons fueled by glucose. > ⢿⡄⠘⠷⠚⠋⠀ > ⠈⠳⣄ >
For Vim: http://valloric.github.io/YouCompleteMe/ For Emacs: https://www.emacswiki.org/emacs/AutoComplete Something like that?