menu
neomage package
documentation
data/tools/lsp_tool.dart
LspServerManager
openFile abstract method
openFile abstract method
dark_mode
light_mode
openFile
abstract method
Future
<
void
>
openFile
(
String
absolutePath
,
String
content
)
Open a file with the given content.
Implementation
Future<void> openFile(String absolutePath, String content);
neomage package
documentation
data/tools/lsp_tool
LspServerManager
openFile abstract method
LspServerManager class