Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight matching do-end pairs #90

Closed
nitingupta910 opened this issue Jul 17, 2018 · 2 comments
Closed

Highlight matching do-end pairs #90

nitingupta910 opened this issue Jul 17, 2018 · 2 comments

Comments

@nitingupta910
Copy link

nitingupta910 commented Jul 17, 2018

For code like:

defmodule Greeter do
  def hello(name) do
    "Hello, " <> name
  end
end

currently, when one of end keywords is selected, the other end is highlighted. It would be great if matching do-end pairs are highlighted instead.

@JakeBecker
Copy link
Owner

This project has moved!

It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/vscode-elixir-ls. The main ElixirLS codebase is now at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins.

To avoid inundating the new maintainers with issues, please verify that your issue persists with the latest version of the extension (which is published from the new repo) before re-filing your issue there.

Thanks for using ElixirLS!

@lukaszsamson
Copy link

do-end (and fn-end) highlight matching landed in ElixirLS v0.19.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants