Language server protocal implementations #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
First great extension, I like how it is simple and just does one thing and does it good.
Anyway, there is one more thing I would like, that is when there are things like #define and #ifdef etc,
#ifdef WHATEVER
code
code
code
#endif
Would be greyed out of the certain value is not defined.
The thing that makes this more complex however is some things might be defined extern like with:
#ifdef GL_ES
precision highp float;
precision highp int;
#endif
So it might be good to have in the settings for the extension that an array of certain things can be defined.
This should also be a workspace option, cause in one project I might like a certain thing always defined while in another project I want not.
I hope I'm clear, and I hope someone is willing to make this.
The text was updated successfully, but these errors were encountered: