Roy Jacobs

Results 38 issues of Roy Jacobs

To be used with the LSP support in combination with something like https://github.com/ballerina-platform/lsp4intellij

Similar to KA's functionality where e.g. Koala pictures can be relocated in memory and split up during import.

Struct member functions don't seem to parse correctly, e.g.: ``` struct Foo { void someFunction() {} }; ``` This results in: ``` Parse error: Error in input: Ln: 2 Col:...

When trying this shader with the online shader minifier: ``` struct MyStruct { float3 pos; }; StructuredBuffer mySB; ``` This gets shown as 'original': ``` struct MyStruct { float3 pos;...