Skip to content

[suggestion] allow remapping of "new" #78

Open
@lofcz

Description

@lofcz

This is a followup suggestion for #73. Now to instantiate, only standard c# syntax can be used (on right hand of expression):

myList = new List<int>();

Keyword new should be remappable (either as regex or string array) to keep consistency with recently added options to modify syntax of other constructs.

// my exotic syntax
myList = -> List<int>();

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions