Jason Axelson
Jason Axelson
Thanks for looking at how other implementations handle this. Maybe this should only be merged once it can be configurable. > Speaking of filtering, would it help if "functions search"...
Fantastic, invitation sent!
@jsmestad Thanks! That is very much appreciated and I've given you triage privileges and we can move to commit rights in time :) @msaraiva Sent an invite. And I totally...
@kentbull thanks for the offer! Please start sending PR's and helping with issues :)
@kentbull one good issue would be changing the code that was added in https://github.com/elixir-lsp/elixir-ls/pull/299 to not need to check the Elixir version. Since now we formally only support Elixir 1.8.0+
Thanks, that is an oversight. Although elixir-ls/ide-elixir isn't the best place to look currently, the VSCode extension configuration settings are more up to date: https://github.com/elixir-lsp/vscode-elixir-ls/blob/99f3e238657ce045dfa952965222360e225d8abc/package.json#L49 is more I'll plan to...
@victorolinasc I'm pretty sure that not compiling the code would require a substantial re-write of most of the tooling in ElixirLS/ElixirSense. We might be able to use `MIX_DEPS_PATH` which was...
I agree that we should merge it but I would like to make the following changes first: - [ ] Make this opt-in via a configuration setting - [ ]...
Very annoying issue! One work-around is to exit your console session, then run `spring stop` and then run `rails c` again.
> @axelson I'm sorry we don't have a better answer than "Not at this time". It looks like we have some areas to improve before we are in a state...