Results 2 comments of Michael Miriti

Thanks! Disabling these in fact make completion perfectly smooth. However CodeLense is something I use quite extensively so I still got hope of fixing this. Downgrading to haxe version 4.0.5...

Indeed. I've wrapped this code in a class and now it works! ```haxe class Main { public static function main() trace(Sys.programPath()); } ```