Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use DoctorJS with Emacs?

Is there a way to use DoctorJS (apparently it used to be called jsctags) to generate a TAGS file for Emacs?

I've been looking around and it seems to always use the vi tags style, but I could be missing something very obvious.

like image 978
Tikhon Jelvis Avatar asked Jun 24 '11 23:06

Tikhon Jelvis


2 Answers

doctorjs does not appear to output emacs style tags. It does not accept the -e option.

Probably it would not be that difficult to add emacs tag support, as both emacs and vim tag files are a very simple format.

like image 177
catphive Avatar answered Oct 19 '22 01:10

catphive


Please try this fork, which does support the -e option: https://github.com/berenddeboer/doctorjs

like image 41
Berend de Boer Avatar answered Oct 19 '22 00:10

Berend de Boer