Document Editing Operations
// Code Indentation and Word Wrap
TermStudio supports auto-detection of indents (spaces vs tabs) and configures editor rulers on file load. Word wrapping can be toggled on and off by pressing Alt + Z.
// Smart Autocomplete
Autocomplete prompts pop up as you type. To accept a suggestion, press Tab or Enter. You can configure the autocomplete buffer delay inside the configuration JSON schema.
// Commenting Code Blocks
Toggle line comments instantly by highlighting the code block and pressing Ctrl + /. TermStudio parses the document syntax type to choose the correct comment markers (e.g., # for Python, // for JS/C).