Skip to content

Commit

Permalink
refactor: 🔥 Removed initializeMemberFromCtor command (#93)
Browse files Browse the repository at this point in the history
* refactor: 🔥 Removed initializeMemberFromCtor command

initializeMemberFromCtor is provided by the C# extension (omnisharp)

* docs: Removed initializeMemberFromCtor from features in readme

#75

* refactor: applied result patter

- fixed minor bug: regex did not grab all properties

---------

Co-authored-by: Sante Barbuto <s.barbuto@twinner.com>
  • Loading branch information
KreativJos and Sante Barbuto committed Jul 2, 2023
1 parent e59f9b8 commit fd23720
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 402 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ It can currently be found at:

![Add constructor from properties](./featureimages/ctorfromprop.gif)

**Add read-only property from constructors**

![Add read-only property from constructors](./featureimages/propfromctor.gif)

**Add property from constructors**

![Add property from constructors](./featureimages/fullpropfromctor.gif)

This extension traverses up the folder tree to find the project.json or *.csproj and uses that as the parent folder to determine namespaces.

-----------------------------------------------------------------------------------------------------------
Expand Down
Binary file removed featureimages/fullpropfromctor.gif
Binary file not shown.
Binary file removed featureimages/propfromctor.gif
Binary file not shown.
Loading

0 comments on commit fd23720

Please sign in to comment.