Kotlin Wrappers API Reference
      Target filter
Search in API
Skip to content
    Kotlin Wrappers API Reference
kotlin-typescript/typescript/LanguageService/applyCodeActionCommand

applyCodeActionCommand

abstract fun applyCodeActionCommand(action: CodeActionCommand, formatSettings: FormatCodeSettings = definedExternally): Promise<ApplyCodeActionCommandResult>(source)
abstract fun applyCodeActionCommand(action: ReadonlyArray<CodeActionCommand>, formatSettings: FormatCodeSettings = definedExternally): Promise<ReadonlyArray<ApplyCodeActionCommandResult>>(source)
abstract fun applyCodeActionCommand(fileName: String, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>(source)
abstract fun applyCodeActionCommand(fileName: String, action: ReadonlyArray<CodeActionCommand>): Promise<ReadonlyArray<ApplyCodeActionCommandResult>>(source)
Generated by Dokka
© 2026 Copyright