Eli Dowling
Eli Dowling
Currently when running roc check on interface files that import a platform or package eg `import [pf.Stdout]` the checking will fail because we don't know where to get the package...
The following code sample causes the formatter to crash ```elm interface Test2 exposes [] imports [] addFirstAndLast = \ list -> when list is [first as last] | [first, last]...
When running this command on my windows pc the layout-features flag is not working. It's not like it isn't there at all, just that it seems to be interpreted as...
eg ``` type a= let testfunc testparam:int = testparam+1 ``` The tool tip will just show testfunc: int->int
I don't know if they ever worked but at present ``.fsx`` files do not have intellisense highlighting etc. I believe they are not being loaded correctly
This could be done, but it would add a rather large amount of code and probably slow the extension down. I don't find it worth it, but if someone wanted...
When i open the tests project in this repo the hover time is often 3ish seconds all of which is spent during checking
The current logging system is pretty lackluster. It would be good to implement something else. Probably Serilog with a nice f# wrapper which i can grab from another one of...
When doing a suggestion in a template defined outside a file it doesn't suggest correctly. mainFile.nim ```nim import other type TestData* = object testVal*:int var state=TestData(testVal:100) when isMainModule: echo("Hello, World!")...
Hey, I just thought I'd point out that version 0.0.3 doesn't seem to be on opam. I tried to get an example working and couldn't figure out why it was...