main
Brett 2024-04-15 01:12:39 -04:00
parent 54e3391168
commit fe0405b8c1
3 changed files with 10 additions and 0 deletions

BIN
.README.md.swp Normal file

Binary file not shown.

10
README.md Normal file
View File

@ -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)

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB