monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

Control what actions are shown in Command Palette (F1) and how they are ordered?

Open zhutq opened this issue 6 years ago • 2 comments

Is there a way to

  1. hide some actions from the Command Palette?
  2. control how the actions are ordered? I'm considering to show the mostly used at top.

Thank you very much!

zhutq avatar Dec 08 '17 08:12 zhutq

I also need this to show only indentation related options in the palette. I'm trying to get VSCode status bar like behavior.

manikantag avatar Feb 25 '23 16:02 manikantag

You can manually hide options from the command palette. See https://github.com/microsoft/monaco-editor/issues/135#issuecomment-1937091073

ethan-vanderheijden avatar Feb 10 '24 18:02 ethan-vanderheijden