You probably already know about this, but every now and then, you find
someone that doesn't. I find Emacs dynamic abbreviations useful for all
kinds of completion, both in and out of source code. There are also
plain abbreviations but I've really never used them. If you aren't
familiar with these concepts look in emacs help under "Abbrev Concepts"
and "Dynamic Abbrevs".

Chuck

-----Original Message-----
From: bulatovy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 31, 2000 12:44 PM
To: jde
Cc: bulatovy
Subject: Code completion hints


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


Reply via email to