From: op132650c@mail.telepac.pt
To: help-gnu-emacs@gnu.org
Subject: jdee auto completion
Date: Thu, 15 Mar 2007 08:45:08 +0000 [thread overview]
Message-ID: <1173948308.1nnqi6so5fvk@w2.webmail.telepac.pt> (raw)
I'm programming on emacs with jdee plugin. When i do the auto-completion (M-x
jde-complete) in the mapping object, i get the message "No completion at this
point". I don't understand why, because it's defined that the object is a Map?
In the System.out.println line, the auto-completion worked.
what should i do to the completion work in this point?
[code]
import java.util.HashMap;
import java.util.Map;
public class Mapping {
public static void main(String[] args) {
System.out.println("TEST");
Map<String, String> mapping = new HashMap<String, String>();
mapping.p<cursor here>
}
}
[/code]
Thanks,
Pedro
next reply other threads:[~2007-03-15 8:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-15 8:45 op132650c [this message]
2007-03-15 8:48 ` jdee auto completion Matthew Flaschen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1173948308.1nnqi6so5fvk@w2.webmail.telepac.pt \
--to=op132650c@mail.telepac.pt \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).