Replies: 1 comment 5 replies
-
Hi @k0m0ri
The missing context menu support is not related to the node server, it rather is a limitation of the
The popup API can certainly be customized to use it in the same way as a context menu. As far as I know, sprotty also uses a similiar approach. If you are fine with a keyboard based approach you could also use the command palette for this (Ctrl+ space). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a project-templates node-json-vscode.
I want to directly change the value of a parameter (such as duration or type) in the UI.
However, I understand that if the server is a node, the UI cannot be manipulated directly as the Context Menu is not implemented.
Are there any alternatives like using PopupModelFactory or similar instead of Context Menu to directly change the parameters in the UI?
I would like to use node.js as much as possible.
Beta Was this translation helpful? Give feedback.
All reactions