menu
latex_kit package
documentation
parser/incremental_latex_parser.dart
IncrementalLatexParser
getCurrentInput method
getCurrentInput method
dark_mode
light_mode
getCurrentInput
method
String
getCurrentInput
(
)
Gets the full content of the current buffer
Implementation
String getCurrentInput() => _tokenizer.getCurrentText();
latex_kit package
documentation
parser/incremental_latex_parser
IncrementalLatexParser
getCurrentInput method
IncrementalLatexParser class