I'm trying to maximize my efficiency by using code completion whenever
possible. So far I managed to use BeanShell completion to complete method
names and dabbrev expansion to complete recently typed code. That covers
most of my needs, however I still can't figure out a way to provide
completion for class names only. Tags tables won't work for me because I
already use tags table local to my project to do project-local search and
replace. Documentation mentions a way of completion using info file for
that particular language (C-u M-<tab>) Has anybody been able to use that
method of completion? And more generally -- is anybody willing to share
their hints on code completion for Java?
Yaroslav