vala-vscode icon indicating copy to clipboard operation
vala-vscode copied to clipboard

Add commands

Open gavr123456789 opened this issue 5 years ago • 2 comments

Add commands as in Philip's VLS.
I'm not sure what they're called, but I mean that:
image

gavr123456789 avatar Mar 05 '20 00:03 gavr123456789

@gavr123456789 I guess you mean https://github.com/philippejer/vala-language-client-alpha right?

What commands you want to see implemented?

albfan avatar Apr 22 '20 15:04 albfan

These are the commands I have in mind for now:

  • [x] vala.showHiddenSymbol - show the symbol that is hidden by the symbol at the cursor
  • [x] vala.showBaseSymbol - show the symbol that is implemented by (or overridden by) the symbol at the cursor
  • [ ] vala.restartServer - restarts the language server

Any others?

Prince781 avatar May 27 '21 19:05 Prince781