texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.83k stars 345 forks source link

Auto Completion for normal words (not commands)? #992

Open ScyllaHide opened 4 years ago

ScyllaHide commented 4 years ago

Environment

Suggestion

I am typing latex code live in lectures and it would help a lot, when i have to type Wahrscheinlichkeitsraum, simply type Wahr and see auto completion for normal words. That is really the only thing, which I am missing in texstudio right now.

I am pretty sure, this has been asked like a lot of times before. Why was this not implemented? To much work? (i would even pay for that something, it would make my life so much easier and faster when typing notes ... )

Thanks in advance

ScyllaHide commented 4 years ago

Ok i found it, its ctrl+space to bring it up, but can i force it to bring it up on their own without pressing something? like in notepad++?!

ok from manual:

Furthermore normal text can be completed by starting to type a word and pressing Ctrl+Space. All appropriate words in the current document are used as possible suggestions.

this is great, but why not make it show the completion always?! i mean when i press / it will already "presort" into tex commands and deselect all words. So far i have not find an option to force show the completion always.