You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🚀 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 instd
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.
The text was updated successfully, but these errors were encountered: