Johannes Schneider wrote:

>Hi,
>
>I would like code complition in Strings.
>
>E.g.
>
>
><%
>       String name = request.getParameter("n
>
>
>Now a working Ctrl-Space would be great. 
>The same problem occures within comments...
>

I agree.  This wouldn't necessarily have to be an "intelligent" *code* 
completion but it could be an intelligent *word* completion similar to 
dabbrev-expand in Emacs.  This function expands a word from similar 
words close in the same buffer, and as you step through the expansions 
it continues searching farther and farther away from the completion 
point, eventually into other buffers.

If I wrote this in Emacs I could write co<Meta-slash> and "co" would 
expand to "completion".  If I pressed Meta-slash again it would change 
to "continues", then to "code"....

I miss this very much in IDEA.



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to