I like aligning the code like this
test.memberName = "dough"; // Name of the Member field.
test.age = 34; // Name of the Member field.
To this:
test.memberName = "dough"; // Name of the Member field.
test.age = 34; // Name of the Member field.
To tap my Tab key with Space. This is kind of sucks. Are there any plugins or tools for this pretty simple task?
I'm working in JetBrains IDEs and VSCode.