brandon1024 / cortado.vim

Import Java classes by name, find unused import statemens, and many other goodies!
MIT License
2 stars 0 forks source link

insert local variable declaration #33

Closed brandon1024 closed 2 years ago

brandon1024 commented 2 years ago

Introduce features for inserting a local variable declaration. These features aren't that smart, but handy. These features are only useful for Java 11+, leveraging type inference with 'var'.