In TextMate, auto completion of code is achieved by pressing the escape key (on Mac at least). I'm hoping I can also auto complete citations.
I'm writing my text in a markdown document, and using Pandoc to convert the markdown document to a PDF. To build my bibliography, I have a .bib that is linked to the markdown document by Pandoc.
My Pandoc-style in line citations are like this:
[@somebody2013]
I've downloaded and installed the Pandoc bundle from github: https://github.com/dsanson/Pandoc.tmbundle. I was hoping this would enable auto completion of citations, but it has not.
How can I get auto completion of citations to work?