Skip to content

History / Writing a Language Service Plugin

Revisions

  • Updated Writing a Language Service Plugin (markdown)

    @orta orta committed Jan 6, 2022
  • Updated Writing a Language Service Plugin (markdown)

    @orta orta committed Jan 6, 2022
  • Merge pull request #287 from ngnijland/improve-writing-a-language-service-plugin Improve writing a language service plugin

    Orta Therox committed Dec 15, 2021
  • Improve handling user configuration code example

    @ngnijland ngnijland committed Dec 15, 2021
  • Fix returns in decorator creation code example

    @ngnijland ngnijland committed Dec 15, 2021
  • Add language service plugin reference Add Todo Or Die language service plugin to references on "Writing a Language Service Plugin" page.

    @ngnijland ngnijland committed Dec 6, 2021
  • Add ts-string-literal-enum-plugin A useful refactor👀

    @Kingwl Kingwl committed Nov 3, 2021
  • Updated Writing a Language Service Plugin (markdown)

    @orta orta committed Sep 24, 2021
  • 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

    @robd robd committed Dec 31, 2020
  • Update Writing-a-Language-Service-Plugin.md

    @SimonSiefke SimonSiefke committed Nov 26, 2019
  • Merge pull request #195 from ajafff/patch-1 Use ImportType for type-only imports

    @orta orta committed Jun 19, 2019
  • just want to add my package on hope you like the plugin

    @xialvjun xialvjun committed May 16, 2019
  • add missing typeof

    @ajafff ajafff committed Dec 7, 2018
  • Use ImportType for type-only imports

    @ajafff ajafff committed Dec 7, 2018
  • 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.

    guidojo committed Jun 29, 2018
  • Rewrite/augment section about testing plugins to work with VS Code Fixes Microsoft/Typescript#20289

    @calebegg calebegg committed Nov 28, 2017
  • Switch back to old proxy approach

    @calebegg calebegg committed Nov 28, 2017
  • 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’

    @calebegg calebegg committed Nov 27, 2017
  • Merge remote-tracking branch 'origin/master'

    @DanielRosenwasser DanielRosenwasser committed Oct 18, 2017
  • Add tslint language service as real-world Plugins Add tslint language service as real-world Plugins

    @angelozerr angelozerr committed Sep 29, 2017
  • Add styled-plugin to list

    @mjbvz mjbvz committed Sep 29, 2017
  • Put a link to graphql plugin

    @Quramy Quramy committed May 24, 2017
  • Created Writing a Language Service Plugin (markdown)

    @RyanCavanaugh RyanCavanaugh committed Apr 27, 2017