Add commands/task for vscode to run common operations on java code
It would be useful to have commands in vscode to replicate functionality in eclipse, e.g.:
- Format document or selected block of java code using nshmp-style rather than default vscode formatting style
- Organize imports