Open
Description
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