MCPcopy Create free account
hub / github.com/microsoft/typescript-go / handleCodeAction

Method handleCodeAction

internal/lsp/server.go:1652–1654  ·  view source on GitHub ↗
(ctx context.Context, ls *ls.LanguageService, params *lsproto.CodeActionParams)

Source from the content-addressed store, hash-verified

1650}
1651
1652func (s *Server) handleCodeAction(ctx context.Context, ls *ls.LanguageService, params *lsproto.CodeActionParams) (lsproto.CodeActionResponse, error) {
1653 return ls.ProvideCodeActions(ctx, params)
1654}
1655
1656func (s *Server) handleInlayHint(
1657 ctx context.Context,

Callers

nothing calls this directly

Calls 1

ProvideCodeActionsMethod · 0.80

Tested by

no test coverage detected