Notepad-plus-plus: Implement a command palette

Created on 26 May 2016  路  1Comment  路  Source: notepad-plus-plus/notepad-plus-plus

As you may already know sublime text has a built-in feature called "command palette".

Basically, what it does is a fuzzy search through a list of available commands and running them after selection. So if you don't know the keyboard shortcut to run a command, or maybe it does not have a shortcut, you can use the command palette to access it quickly. This video by Jeffrey Way describes it perfectly.

I would very much like to see a similar feature on notepad++.

Thanks!

Most helpful comment

You may try the plugin NppMenuSearch. This is exactly what you need

>All comments

You may try the plugin NppMenuSearch. This is exactly what you need

Was this page helpful?
0 / 5 - 0 ratings