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.84k stars 346 forks source link

Add opitions autocompletion for frame enviroment of beamer #3846

Closed tercelxy closed 1 month ago

tercelxy commented 1 month ago

Is it possible to implement auto-completion for opitions within the frame environment of beamer to improve user experience?

If feasible, I suggest adding code similar to the following to the relevant cwl file.

\begin{frame}[opt%keyvals]{title} \againframe[opt%keyvals]{name}

keyvals:\begin{frame},\againframe

allowframebreaks allowframebreaks=%<fraction%> b c t s noframenumbering fragile fragile=singleslide label=##l plain shrink shrink=%<min shk %%%> squeeze

endkeyvals

Thank you.

sunderme commented 1 month ago

implemented