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

Add a fixit for adding "jsx: true" to the tsconfig #31938

Closed
5 tasks done
orta opened this issue Jun 17, 2019 · 1 comment · Fixed by #32281
Closed
5 tasks done

Add a fixit for adding "jsx: true" to the tsconfig #31938

orta opened this issue Jun 17, 2019 · 1 comment · Fixed by #32281
Labels
Domain: Quick Fixes Editor-provided fixes, often called code actions. Experience Enhancement Noncontroversial enhancements feature-request A request for a new feature Suggestion An idea for TypeScript
Milestone

Comments

@orta
Copy link
Contributor

orta commented Jun 17, 2019

Search Terms

fixit quick fix jsx flag tsconfig

Suggestion

Hitting "Quick Fix" in this error could offer to add the flag for you
{8446CBC8-3BA3-4F37-89F9-BD81DAEE9B26} png

Use Cases

Anyone starting a reactproject

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.
@orta orta added Domain: Quick Fixes Editor-provided fixes, often called code actions. feature-request A request for a new feature labels Jun 17, 2019
@orta orta added this to the Backlog milestone Jun 17, 2019
@hoangpham95
Copy link
Contributor

I would love to take this if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: Quick Fixes Editor-provided fixes, often called code actions. Experience Enhancement Noncontroversial enhancements feature-request A request for a new feature Suggestion An idea for TypeScript
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants