Christopher Wosinski

Results 6 issues of Christopher Wosinski

Helper methods can be called on String and Integer literals like this: ` 'test'.isEmpty; 4.ToString; ` Right now DelphiAST fails with a parser error when it encounters lines like these....

Generic type parameters are plain text part of method names. With this PR type parameters of methods are part of AST in the same way as they are in type...

My first attempt marked all fields within the same visibility node as class variables. I've fixed it now. So this code: ```Delphi TStatic = class public FNotStaticButInTheSameSection: Integer; //

Recently your awesome extension began to fail with this message whenever a testcase fails: ``` events.js:292 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file or directory,...

The plugin only works properly for ´.ini´, ´.cfg´ and ´.reg´ files. With these changes it will work for any file being opened with language mode = 'ini' (regardless its file...

I'd like to start a separate VSCode extension (entirely open source) that will use jcf-cli. Right now, jcf-cli reads a file from the filesystem, formats its contents and writes it...