diff --git a/README.md b/README.md index 22d11d7..b71cd83 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ Welcome to C# Extensions. This VSCode extension provides extensions to the IDE ![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. diff --git a/featureimages/ctorfromprop.gif b/featureimages/ctorfromprop.gif index 1dc4931..aa60821 100644 Binary files a/featureimages/ctorfromprop.gif and b/featureimages/ctorfromprop.gif differ diff --git a/featureimages/fieldfromctor.gif b/featureimages/fieldfromctor.gif index ab10382..947168a 100644 Binary files a/featureimages/fieldfromctor.gif and b/featureimages/fieldfromctor.gif differ diff --git a/featureimages/fullpropfromctor.gif b/featureimages/fullpropfromctor.gif index be37e77..f0258b4 100644 Binary files a/featureimages/fullpropfromctor.gif and b/featureimages/fullpropfromctor.gif differ diff --git a/featureimages/newclass.gif b/featureimages/newclass.gif index e450782..d38cef8 100644 Binary files a/featureimages/newclass.gif and b/featureimages/newclass.gif differ diff --git a/featureimages/newinterface.gif b/featureimages/newinterface.gif index a2fc820..7b902bd 100644 Binary files a/featureimages/newinterface.gif and b/featureimages/newinterface.gif differ diff --git a/featureimages/propfromctor.gif b/featureimages/propfromctor.gif index 184112a..9809056 100644 Binary files a/featureimages/propfromctor.gif and b/featureimages/propfromctor.gif differ