hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
361 stars 68 forks source link

Completion for scaladoc tags #104

Open greenrd opened 8 years ago

greenrd commented 8 years ago

@ tags like @note, @return etc. in scaladoc comments should be completable in the same way as completions work in regular code (in ensime). But this should not require ensime, of course, as the list of scaladoc tags is fixed (for a given Scala version, anyway).

jlecount-sungevity commented 8 years ago

Would love this -- any agreement on this, or does anybody have any other suggestions?