Add satisfies keyword to typescriptKeywords #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "typescript-satisfies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I added support for one of my favourite TypeScript features: the
satisfieskeyword (well, operator, according to the TS people). It was added in TypeScript 4.9.This (along with a number of similar very contextual TS keywords) are intentionally not in that array because the autocompletion logic isn't smart enough to only show them when they are applicable, and they would just pollute the completion list in most situations.
ah man, that's too bad. makes sense though. thanks for the quick response!
Pull request closed