jdneo / vscode-checkstyle

Checkstyle extension for VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle
GNU Lesser General Public License v3.0
68 stars 16 forks source link

Add multiple variable declarations quick fix #290

Closed karlvr closed 3 years ago

jdneo commented 3 years ago

Not sure if it's related with my dev environment, but seems it's not working 🤔 demo

jdneo commented 3 years ago

Ok, it's because we need to consider not only the field declaration but also variable declaration. @karlvr Would you mind to update the PR to support variable declaration as well?

karlvr commented 3 years ago

@jdneo great catch, thank you.