I was looking for an Latex editor that has an auto completion function. Is there any available?
I thought about auto complete suggestion for common commands like for example defining chapters and sections etc.
|
|
Here is a list of LaTeX IDEs While emacs+AucTeX doesn't have "autocompletion" per se but it does have something that performs the same role, and performs it better (obviously). Let's take the example of adding section headings. With autocompletion I start writing With emacs, you press Ctrl+C and then Ctrl+S and emacs asks you what level of sectioning you want. You type Fine. But here's the really useful part. Let's say you want an environment: Ctrl+C then Ctrl+E. Then emacs asks you what kind of environment you want. And if you tell it you want an environment emacs understands, like More cool features of emacs: And the smart ` : Typing ` then a gives you Also, you get like, 100 geek points just for using emacs. Fact. |
|||||||||||||||
|
|
You did not specify your OS, but if you're running GNU/Linux, you should have a look at Kile, which does that to some extent. Here's a screenshot illustrating that feature. |
|||||
|
|
Multiplatform TeXworks has autocomplete (using tab). Texmaker and TeXlipse (Ctrl+space) have it and are multiplatform as well. I am hard pressed to think of any that do not offer it. |
|||
|
|
|
TexnicCenter in windows also has a completion function with Ctrl+space and additional custom commands can be added in xml files in the TexnicCenter program folder |
||||
|
|
|
TeXworks has some builtin autocompletion, but take a look at the script autocompleteForTexworks. The script can perform completion on long words earlier used in your document, labels and filenames for There is a video of it in action on youtube. Guide to use.
Disclaimer: I'm author of the autocomplete script. |
||||
|