Coder Social home page Coder Social logo

Support textDocument/rename about elixir-ls HOT 5 CLOSED

jakebecker avatar jakebecker commented on September 13, 2024 2
Support textDocument/rename

from elixir-ls.

Comments (5)

JakeBecker avatar JakeBecker commented on September 13, 2024 1

My first thoughts on how to approach renaming a function:

  • Use Elixir Sense's ElixirSense.Core.Source.subject/3 to find the function at the cursor
  • Use Mix.Tasks.Xref.calls/0 to find the file and line numbers that call it
  • Somehow find the actual tokens at those lines and replace them

I have no immediate plans to build this myself, so feel free to take a stab at it. You can take a look at some of the existing providers like References and DocumentSymbols to get an idea for how you might implement it. (Steps 1 and 2 are basically the same as the References provider, so I'd say start there.)

from elixir-ls.

justindotpub avatar justindotpub commented on September 13, 2024 1

In case anyone else plans on or has already started working on this, I have started working on implementing this.

from elixir-ls.

irrigator avatar irrigator commented on September 13, 2024

This would be super useful! How can it be done in Elixir? Anything we can help?

from elixir-ls.

axelson avatar axelson commented on September 13, 2024

Updated link to the protocol section: https://microsoft.github.io/language-server-protocol/specification#textDocument_rename

from elixir-ls.

JakeBecker avatar JakeBecker commented on September 13, 2024

This project has moved!

It's now being maintained by proactive volunteers from the Elixir community over 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 if you're using VS Code.

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!

from elixir-ls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.