We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I love Vim and I love Processing so I thought I'd share a blog post about how to generate ctags with .pde files and how to use them in Vim. Hope it's useful for someone.
Comments
Interesting, and great tutorial.
I notice that these instructions use
--langmap=java:.pde
. Would there be anything specific to Processing as a Java dialect that you could (or would need to) customize with ctags -- for example, recognizingcolor
as a type?That would be good though I'm not sure how to do that. I've managed to work with it without missing those specific Processing types.