diff --git a/.README.md.swp b/.README.md.swp new file mode 100644 index 0000000..44b92ef Binary files /dev/null and b/.README.md.swp differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..185ffe8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Type Finder +This is a basic plugin that will parse the currently open file in order to find the type of a variable. +Created for use in live templates, specifically custom setters: +```bash +$CLASS_NAME$ set$CAMEL_VARIABLE$($TYPE$ $NEW_VARIABLE$){ + $VARIABLE$ = $NEW_VARIABLE$; + return *this; +} +``` +![variables](image.png) \ No newline at end of file diff --git a/image.png b/image.png new file mode 100644 index 0000000..55b0fd0 Binary files /dev/null and b/image.png differ