When I select some text and then I press Ctrl+E to create an environment, I expect to have a new environment which has the selected text as _content_ and to have the cursor set to write the name of environment.
\begin{environment-name}
The cat is on the table
\end{environment-name}
When I select some text and then I press Ctrl+E to create an environment, alla the selected text is used as name of environment
\begin{The cat is on the table}
content
\end{The cat is on the table}
Select some text and presse Ctrl+E to create a new environment.
I think it is much more likely to have to select text to put it in an environment than to write the environment name, select it and create the environment.
select text, type "table", ctrl+shift+space (complete env) ->
\begin{table}
The cat is on the table
\end{table}
@sunderme Nevertheless, I second this feature request. It makes sense for many environments.
done
Most helpful comment
@sunderme Nevertheless, I second this feature request. It makes sense for many environments.