Go to file
Brett fe0405b8c1 readme 2024-04-15 01:12:39 -04:00
.idea init 2024-04-15 01:08:36 -04:00
.run init 2024-04-15 01:08:36 -04:00
gradle/wrapper init 2024-04-15 01:08:36 -04:00
src/main init 2024-04-15 01:08:36 -04:00
.README.md.swp readme 2024-04-15 01:12:39 -04:00
.gitignore init 2024-04-15 01:08:36 -04:00
README.md readme 2024-04-15 01:12:39 -04:00
build.gradle.kts init 2024-04-15 01:08:36 -04:00
gradle.properties init 2024-04-15 01:08:36 -04:00
gradlew init 2024-04-15 01:08:36 -04:00
gradlew.bat init 2024-04-15 01:08:36 -04:00
image.png readme 2024-04-15 01:12:39 -04:00
settings.gradle.kts init 2024-04-15 01:08:36 -04:00

README.md

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:

$CLASS_NAME$ set$CAMEL_VARIABLE$($TYPE$ $NEW_VARIABLE$){
    $VARIABLE$ = $NEW_VARIABLE$;
    return *this;
}

variables