thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Feature Request: Cite suggestions from BibTex and shortkeys #361

Closed tomrunia closed 7 years ago

tomrunia commented 7 years ago

This is not an issue but a question (or feature request). I am very happy with this plugin for Atom, but coming from SublimeText with the LaTeXTools plug-in some features would make this plug-in even better I believe.

  1. Is there a possibility to add suggestions/auto-completion for BibTex references? With LaTeXTools you would always get a list of available references in your .bib when opening the \cite tag. Currently using this plugin I always have to switch to the bib file and copy the citation key which makes citing a little more cumbersome.

  2. Is there a way to automatically insert \emph, \textbf and other formatting options? In SublimeText using the LaTeX plugin I could simple CTLR+L, CTRL+E press to insert \emph for example.

Thanks in advance for answering my question! Keep up the good work with the plugin :+1:

yitzchak commented 7 years ago

Some of the compiler packages for Atom have taken the omnibus approach that Sublime's LaTeX tools has taken, but we are currently trying to keep this package focused on the compilation phase.

Autocompletion and editing assist is then provided by several other packages in Atom. See below for a list of packages that I have found to be useful (in no particular order).

tomrunia commented 7 years ago

Thanks for the quick and complete response! Regarding the BibTex suggestions the latexer package works like a charm! The shortkeys for inserting the formatting options are not yet working using of the plug-in you mention, but I guess I can also add manual shortkeys for inserting them.

yitzchak commented 7 years ago

Glad to be of help!