Does Texniccenter or any other tex editor automatically fill in links in Latex?

I want to use a latex editor with auto-complete functionality for existing links in a latex file. Do you know the good ones? I am trying to find this function in the texniccenter, but I guess it doesn't exist or I couldn't find it.

Update: Ok, I found how to enable autocomplete in Texniccenter. I first needed to create a project. Then open the file in this project (or copy its text). Now Ctrl-Space inside the \ ref {} tag automatically terminates the link.

+2


source to share


7 replies


Texlipse does this with Ctrl+ Space.



+2


source


Inlage includes this feature. New commands and new environments will also appear in the auto-complete list. If you are using extern BibTex files, the \ cite {} command will open a list of your articles and books from your .bib file.



+2


source


Ok I found it. I first needed to create a project. Then open the file in this project (or copy its text). Now Ctrl-Space

inside the tag \ref{}

automatically completes the link.

+1


source


Kile has link completion. If you type Ctrl+ Spaceinside \ref{}

, you get a list of all links (which existed the last time you compiled, of course).

0


source


LEd represents a list of clicks when in \ ref {}

0


source


RefTeX mode for Emacs will do what you ask: the shortcut C-c )

activates the "insert a \ref

" mode (of course, you can customize the link type: fancyref, hyperref, etc.). and hitting TAB will let you start typing and autocomplete by typing tab again after typing some characters.

It also calculates (or asks if he can) what type of ref you are inserting and shows a list of all defined \labels

in your document, selectable with the arrow keys or C-n

/ C-p

.

Now we just need a Vi user to show up and tell us how to do it ...

0


source


Now texmaker does not need any special key.

0


source







All Articles