Jason Axelson

Results 305 comments of Jason Axelson

There's relevant discussion in https://github.com/elixir-lsp/vscode-elixir-ls/pull/193 the current plan is to add support for `~H` in a separate extension which can be maintained upstream. I'll leave this open until that is...

Can you explain more about what you mean by "iex -S mix debugging"?

Semi-related issue: https://github.com/elixir-lsp/vscode-elixir-ls/issues/21

This is a subset of #98 which has some links to additional information if you'd like to dive in. Unfortunately https://github.com/microsoft/vscode/issues/1751 still hasn't been implemented which would make this type...

Any update on this? Even though the Postgres.app claims to support PostGIS trying to enable PostGIS as specified on the PostGIS homepage will fail: ``` -- Enable PostGIS (as of...

Great, thanks for the response! I'm glad to know that it is intended to be supported because I really like the ease of use of Postgres.app :+1:

Hi, thanks for the feature request. Do you know what part of the LSP spec is required to implement this functionality? On Fri, Oct 22, 2021 at 5:26 AM Vítor...

It would be great to have, PR's welcome :) You'll probably want to look inside `syntaxes/elixir.json`: https://github.com/axelson/vscode-elixir-ls/blob/a4764a564247d7c0aa8cd7f56e30bea9cc072c0c/syntaxes/elixir.json

@ymtszw yeah, those are some serious issues with adding proper matching for `do`, `fn`, `end`. I wonder if we could use the Semantic highlighting that chaodhib mentions, specifically for just...

I didn't do anything special to solve the issue. In my actual project valtio simply moving the `declare module "valtio"` to a `js/types.ts` worked fine. I'm not sure why it's...