Because the codebase uses inheritance from openfl display object classes, we get a lot of internal fields and methods in the completion (e.g. _alpha, _getCursor, etc). We should add @:noCompletion to all of them in the OpenFL codebase (or maybe think of something smart so it can be easily turned on/off, because it can come in handy when working on OpenFL internals).
(there were @:noCompletion tags in openfl but they were removed as part of cleanup)
Because the codebase uses inheritance from openfl display object classes, we get a lot of internal fields and methods in the completion (e.g.
_alpha,_getCursor, etc). We should add@:noCompletionto all of them in the OpenFL codebase (or maybe think of something smart so it can be easily turned on/off, because it can come in handy when working on OpenFL internals).