TextMate - completion using an external file or file contained in project?
Posted
by Neil Baldwin
on Super User
See other posts from Super User
or by Neil Baldwin
Published on 2009-10-10T19:26:42Z
Indexed on
2010/04/12
22:03 UTC
Read the original article
Hit count: 292
textmate
Does anyone know how to get TextMate to search an external file (or even the files contained in a TextMate "project") with which to perform word completion?
I'm coding some stuff on the C64 (using TextMate to write the code) and I have an external file containing labels for all of the hardware registers/kernal routines e.g
VIC2InteruptStatus = $D019
It would be really handy to be able to type, say, 'VIC2I' then press the key for word completion and have TextMate find matches in the external library file. Rather than how I'm having to do it at the moment by opening the library file and copy-paste the register names into my code.
© Super User or respective owner