Skip to content

Create scope type for link in a chain of field accesses #707

Open
@pokey

Description

@pokey

In the following code:

foo.bar.baz(whatever).bongo;

This scope type would capture each of foo, bar, baz, baz(whatever), and bongo, and include the . in the removal range.

This scope type could work in many languages

See also #954 (comment). The scope type in that PR is equivalent to #473 applied to this scope type, so some of the questions there may be good test cases for this scope type

Languages

  • Python
  • C / C++
  • Java
  • C#
  • Typescript
  • PHP

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions