menu
neomage package
documentation
data/tools/lsp_tool.dart
LspServerManager
isFileOpen abstract method
isFileOpen abstract method
dark_mode
light_mode
isFileOpen
abstract method
bool
isFileOpen
(
String
absolutePath
)
Whether a file is already open in the server.
Implementation
bool isFileOpen(String absolutePath);
neomage package
documentation
data/tools/lsp_tool
LspServerManager
isFileOpen abstract method
LspServerManager class