How to generate a ctags files for Processing files for use in Vim

edited February 2018 in Share Your Work

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.

http://brendandawes.com/blog/ctagsprocessing

Tagged:

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, recognizing color 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.

Sign In or Register to comment.