Open
Description
This tracks support for #:property
in the editor.
Important items:
- typing: ability to type out property references smoothly
- project: once the line is complete the project experience reflects it.
Example:
#:property DefineConstants EXAMPLE
#if EXAMPLE
// this should be active
#else
// this should not be active
#endif