Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic library for providing template string intellisense #28

Open
mjbvz opened this issue Oct 10, 2017 · 1 comment
Open

Generic library for providing template string intellisense #28

mjbvz opened this issue Oct 10, 2017 · 1 comment

Comments

@mjbvz
Copy link

mjbvz commented Oct 10, 2017

Thanks for your work on this plugin! I recently forked it to create a similar plugin for styled components and am now looking into creating a more generic library to simplify providing a language service for template strings. The idea is that styled plugin and other plugins like yours could use this library. Here's the prototype: https://github.com/Microsoft/typescript-template-language-service-decorator

Let me know if you'd be interested in using this library or have any feedback on the API. Besides abstracting away many of the details of working with template strings, the library also has basic support for substitutions

@inakianduaga
Copy link

So you basically want to build the equivalent of https://github.com/propensive/contextual for TS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants