Searched refs:allowTextChangesInNewFiles (Results 1 – 11 of 11) sorted by relevance
11 allowTextChangesInNewFiles: true
3498 readonly allowTextChangesInNewFiles?: boolean; property
2743 readonly allowTextChangesInNewFiles?: boolean; property
4461 readonly allowTextChangesInNewFiles?: boolean; property10248 readonly allowTextChangesInNewFiles?: boolean;
4461 readonly allowTextChangesInNewFiles?: boolean; property
15 if (context.preferences.allowTextChangesInNewFiles && statements) {
3612 … for (const refactor of this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true })) {3623 …const refactor = ts.find(this.getApplicableRefactors(range, { allowTextChangesInNewFiles: true }),…
9391 readonly allowTextChangesInNewFiles?: boolean; enumerator