class Mint::LS::CodeAction

Defined in:

ls/code_action.cr
ls/code_actions/module_actions.cr
ls/code_actions/provider_actions.cr

Constructors

Instance Method Summary

Instance methods inherited from class LSP::RequestMessage

execute(server : Server) execute, id : Int32 | String id, id=(id : Int32 | String) id=, method : String method, method=(method : String) method=, snippet_support : Bool | Nil snippet_support, snippet_support=(snippet_support : Bool | Nil) snippet_support=

Constructor methods inherited from class LSP::RequestMessage

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def actions(node : Ast::Module) #

[View source]
def actions(node : Ast::Provider) #

[View source]
def actions(node : Ast::Node) #

[View source]
def execute(server) #

[View source]
def params : LSP::CodeActionParams #

[View source]
def params=(params : LSP::CodeActionParams) #

[View source]