Timm Hirsens

Results 29 comments of Timm Hirsens

@Fahrradflucht: Got a chance to work on this yet?

https://github.com/rubyide/vscode-ruby/blob/master/ruby.js#L11 This is how the ruby plugin does it (see the following lines) I will try to implement this here, if noone else wants to take a look?

@richjdsmith Sadly, no. I tried doing this in #34 but there are many edge cases not covered. Feel free to look into it, though!

I also like the idea a lot. I always thought having a language server would be the better solution for this plugin. Sorry for my late response, but i still...

You can now manage VSCode extensions via the website and i can add new publishers. As I am currently doing no elixir development I would be happy to merge with...

Sadly there wasnt any progress on this issue. I suggest you staying with vscode-elxiir-ls for now since this plugin isnt really maintained any more.

I must admit, i am not really good at regexes. But to clarify, would this match something like this: ```elixir def test do {:ok. nil} end ``` ?

Sure, i pushed the sample including the test here: https://github.com/fr1zle/problem-web-issue

Any hints to where to look first? Took me a while to reproduce this, but I am willing to dig deeper with a few hints.