ZasEditor / Zas-Editor-Issues

Public repository to track Zas Editor's bugs.
5 stars 0 forks source link

proc macro not expanded #4

Open emschwartz opened 2 years ago

emschwartz commented 2 years ago

Is this a limitation of the Zas editor? It's not really clear from the warning what this means or what I should do about it, if anything.

ZasEditor commented 2 years ago

It is not exactly a warning, the diagnostics in green are more like "tips". It is shown when a procedural macro can not be found. This usually means that procedural macro support is simply disabled (and hence is only a weak hint instead of an error), but can also indicate project setup problems.

Admittedly, it can be very annoying sometimes. We're going to make it possible to disable seeing such diagnostics.