15 lines
301 B
INI
15 lines
301 B
INI
|
[General]
|
||
|
actionName=externaltool_GoImports
|
||
|
arguments=%{Document:FileName}
|
||
|
category=Go
|
||
|
cmdname=goimports-full-file
|
||
|
executable=goimports
|
||
|
icon=text-x-go
|
||
|
mimetypes=text/x-go
|
||
|
name=GoImports Full File
|
||
|
output=ReplaceCurrentDocument
|
||
|
reload=false
|
||
|
save=CurrentDocument
|
||
|
trigger=None
|
||
|
workingDir=%{Document:Path}
|