Re: Code completion in ada IDE's



Michael Bode wrote:
"Manuel G. R." <mgrojo@xxxxxx> writes:


Other nice feature is code navigation, C-c C-d over an identifier
opens the file where it is defined, but your sources have to be up to
date.


BTW: does C-c C-r work for anyone? I get this:
ada-find-references: Invalid function: (macro . #[(identlist) "ÁÂE‡" [identlist aref 3] 3])


It worked again after loading the Lisp function ada-find-references from source, like this: C-h k (help key) C-c C-r gives a link to the function, then use eval-last-sexpr (C-x C-e) with pointer after the function.

.