JaroslavTulach commented on a change in pull request #2882:
URL: https://github.com/apache/netbeans/pull/2882#discussion_r613260043



##########
File path: java/java.lsp.server/vscode/package.json
##########
@@ -211,6 +211,11 @@
                                "title": "Compile Workspace",
                                "category": "Java"
                        },
+                       {
+                               "command": "java.workspace.new",
+                               "title": "New from Template...",
+                               "category": "Java"
+                       },

Review comment:
       Choose a key binding combination and I'll define it!
   
   Good idea to expect creation of a new file as a sibling of currently active 
editor. Done in 9d9f851, but (since 819c639) we still ask the user to confirm 
the correct path in such case.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to