vscode-latex-commands README
A VSCode extension to add basic commands for LaTeX.
Features
- Commands for adding inline
$ $ and display $$ math environment.
- Commands for adding
\item .
Requirements
There are no requirements.
Extension Settings
There are no extension settings.
Known Issues
There are no known issues.
Release Notes
0.2.0
- [x] Commands for generating sequence numbers at each selected position.
- [x] Commands for adding 1 to all selected text.
0.1.3
- [x] Fix repository address.
0.1.1
- [x] Support for multiselection.
- [x] While select a range of text, commands will add
$ and $$ around the selected text instead of add a snippet at active cursor.
0.0.3
- [x] Remove the whitespace at start and end position.
0.0.2
- [x] Fix the insert position error.
0.0.1
- [x] Commands for adding inline
$ $ and display $$ math environment.
- [x] Commands for adding
\item .
Enjoy!
| |