Searched defs:getAllCodeActions (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/lib/ |
D | typescript.js | 136630 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 136692 getAllCodeActions: function (context) { method 136790 getAllCodeActions: function (context) { method 137025 getAllCodeActions: function (context) { method 137125 getAllCodeActions: function (context) { method 137157 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137182 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137219 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137382 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137637 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method [all …]
|
D | typescriptServices.js | 136630 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 136692 getAllCodeActions: function (context) { method 136790 getAllCodeActions: function (context) { method 137025 getAllCodeActions: function (context) { method 137125 getAllCodeActions: function (context) { method 137157 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137182 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137219 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137382 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137637 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method [all …]
|
D | tsserverlibrary.js | 136630 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 136692 getAllCodeActions: function (context) { method 136790 getAllCodeActions: function (context) { method 137025 getAllCodeActions: function (context) { method 137125 getAllCodeActions: function (context) { method 137157 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137182 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137219 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137382 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137637 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method [all …]
|
D | tsserver.js | 136061 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 136123 getAllCodeActions: function (context) { method 136221 getAllCodeActions: function (context) { method 136456 getAllCodeActions: function (context) { method 136556 getAllCodeActions: function (context) { method 136588 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 136613 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 136650 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 136813 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method 137068 …getAllCodeActions: function (context) { return codefix.codeFixAll(context, errorCodes, function (c… method [all …]
|
/third_party/typescript/src/services/ |
D | types.ts | 1462 getAllCodeActions?(context: CodeFixAllContext): CombinedCodeActions; method
|