microsoft / microsoft/TypeScript
Expose more internal api for making language service plugins.
Nessuno ha ancora preso questa issue.
- Lingua principale
- Go
- Stelle
- 111k
- Fork
- 14.3k
- Merge medio
- 2g 4h
- PR unite (30g)
- 132
Descrizione
Search Terms
language service plugin api refactor codefix vscode
Suggestion
ts.refactor.registerRefactor
A more standard way to make refactor rather than hook the language servies functions.
And refactor is a rare api that I do not need to write ui code or command for vscode.ts.textChanges.*
Use this, I can easily generate code or modify code that conform the current code format style.
Especially you don't expose thets.formatting.*ts.TypeChecker.getTrueType()ts.TypeChecker.getFalseType()
TheTypeFlags.BooleanLiteralis not enough to determine it istrueorfalse.
Use Cases
https://github.com/heroboy/generate-typescript-switch-case-for-enum-type-language-service-plugin
Checklist
My suggestion meets these guidelines:
- This wouldn't be a breaking change in existing TypeScript/JavaScript code
- This wouldn't change the runtime behavior of existing JavaScript code
- This could be implemented without emitting different JS based on the types of the expressions
- This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.)
- This feature would agree with the rest of TypeScript's Design Goals.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia esaminando le API dei plugin del servizio linguistico TypeScript e gli entry point richiesti: ts.refactor.registerRefactor, ts.textChanges., ts.formatting. e TypeChecker.getTrueType()/getFalseType(). Confrontali con il caso d’uso collegato generate-typescript-switch-case-for-enum-type-language-service-plugin; per considerare il lavoro completato è necessaria una proposta di API pubblica con ambito definito e concordato, anziché implementare tutte le richieste elencate.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript
- Ambito
- compilers, devtools
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 20/100