menu
neomage package
documentation
data/tools/extended_tools.dart
LspToolInput
LspToolInput.new constructor
LspToolInput.new constructor
dark_mode
light_mode
LspToolInput
constructor
LspToolInput
(
{
required
String
action
,
required
String
filePath
,
int
?
line
,
int
?
column
,
})
Implementation
LspToolInput({ required this.action, required this.filePath, this.line, this.column, });
neomage package
documentation
data/tools/extended_tools
LspToolInput
LspToolInput.new constructor
LspToolInput class