PC Typesetting Core tool is vscode here are my settings
plugins LaTeX Utilities LaTeX Workshop This is the main plugin: Here’s install guide Spell Checker gitlens free for students Todo Tree Bookmarks macros Settings "macros": { "mathField": [ { "command": "type", "args": { "text": "\\(\\)" } }, "cursorLeft", "cursorLeft" ], "mathcField": [ { "command": "type", "args": { "text": "\\[\\]" } }, "cursorLeft", "cursorLeft" ], "mathField_jy": [ { "command": "type", "args": { "text": "$$" } }, "cursorLeft" ], "mathcField_jy": [ { "command": "type", "args": { "text": "$$$$" } }, "cursorLeft", "cursorLeft" ], "mathField_md": [ { "command": "type", "args": { "text": "\\\\(\\\\)" } }, "cursorLeft", "cursorLeft", "cursorLeft" ], "mathcField_md": [ { "command": "type", "args": { "text": "\\\\[\\\\]" } }, "cursorLeft", "cursorLeft", "cursorLeft" ] }, "cSpell.