Skip to content

Copy reference on nested class name #11

@aliismayilov

Description

@aliismayilov

In the codebase that I work on, the following pattern is very common:

module Foo
  class Bar::Baz
    # ...
  end
end

When the cursor is on Baz the copy reference copies the following result:

Foo::Bar::::Baz

instead of

Foo::Bar::Baz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions