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

[Feature Request] move rocket auto-generated code out of source files #408

Open
e111077 opened this issue Aug 16, 2022 · 0 comments
Open

Comments

@e111077
Copy link

e111077 commented Aug 16, 2022

It's really cool that nothing is hidden from you on how Rocket works and it's cool pair-programming with a robot, but the auto-generated code in the source is a bit of an issue for me:

  1. It pollutes my cmd+z stack as I add WCs into the template
  2. It makes me afraid of what I can and cannot touch
  3. vscode auto-imports will fall inside that region

Maybe some indirection might be necessary here: perhaps make this all output in a build directory or maybe even create your own file format / file extension?

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

1 participant