Code completion with F4

9 views
Skip to first unread message

sp

unread,
May 12, 2013, 9:59:00 AM5/12/13
to scalalab-...@googlegroups.com
Hi all,

I have implemented today,
a code completion feature based on Java reflection,
is simple, works fast,
and to me seems practical to quickly find the methods/fields that we
want.

It handles "static" types by inserting
a fully qualified call,
since we cannot in Scala,
call them through an instance variable
(.. at least I don't know if it is possible).

The F4 completion seems to me more operative and much faster
than the F7 completion
that is based on the Scala completer.

... wishing to have other opinions / ideas ..

bye

Stergios


Reply all
Reply to author
Forward
0 new messages