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: adding custom preprocessor definition #110

Open
daniilvinn opened this issue Oct 30, 2022 · 0 comments
Open

Feature Request: adding custom preprocessor definition #110

daniilvinn opened this issue Oct 30, 2022 · 0 comments

Comments

@daniilvinn
Copy link

I have a suggestion to make this extension be able to parse custom preprocessor definitions.
Example: in my engine I implemented #stage definition, so I can write all pipeline shader stages in one file, but since it is "unknown preprocessor directive", I have tons of errors by extension's code analyzer.

How I would like to see it: add extension settings menu, which will contain list of custom preprocessor definitions, possibly their values or syntax, so I can write like this: #testmacro <> : <> and extension will understand, that #testmacro has its own syntax.

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

No branches or pull requests

2 participants