We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update the TypeScript Real-world plugins list (#326) The `styled-components` plugin was moved. TSLint is deprecated. Astro, MDX, Vue, and Svelte now provide TypeScript plugins.
Updated Writing a Language Service Plugin (markdown)
Merge pull request #287 from ngnijland/improve-writing-a-language-service-plugin Improve writing a language service plugin
Improve handling user configuration code example
Fix returns in decorator creation code example
Add language service plugin reference Add Todo Or Die language service plugin to references on "Writing a Language Service Plugin" page.
Add ts-string-literal-enum-plugin A useful refactor👀
Note `tsc` doesn't use language service plugins Clarify the documentation on language service plugins for users who are unfamiliar with the fact that the typescript language service is not used by the `tsc` command. Another case of confusion on this point: https://github.com/microsoft/TypeScript/issues/34548
Update Writing-a-Language-Service-Plugin.md
Merge pull request #195 from ajafff/patch-1 Use ImportType for type-only imports
just want to add my package on hope you like the plugin
add missing typeof
Use ImportType for type-only imports
Use prettier for code examples that have a too long width Max-width is set to 84, since that is what github pages can handle best.
Rewrite/augment section about testing plugins to work with VS Code Fixes Microsoft/Typescript#20289
Switch back to old proxy approach
Update the language service plugin docs Added notes/changed wording for a few pitfalls I fell in while going through this guide, as well as updated the proxy code to be simpler and avoid an assertion to ‘any’
Merge remote-tracking branch 'origin/master'
Add tslint language service as real-world Plugins Add tslint language service as real-world Plugins
Add styled-plugin to list
Put a link to graphql plugin
Created Writing a Language Service Plugin (markdown)