Skip to content

Support customizing the code skeleton #735

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

Open
rapiz1 opened this issue Sep 8, 2021 · 0 comments
Open

Support customizing the code skeleton #735

rapiz1 opened this issue Sep 8, 2021 · 0 comments

Comments

@rapiz1
Copy link

rapiz1 commented Sep 8, 2021

🚀 Feature Proposal

Add an option containing a string, which will be prepended before the auto-generated code snippet.

Motivation

Take C++ for example. vscode will lint the code and emit errors on types like vector defined in std namespace. This is the result of missing headers. The current auto-generated code snippet doesn't contain the necessary headers for IDE. So adding an option to prepend a custom snippet would be handy.

Contribution

Please describe the solution if you'd like to submit a PR.

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