PyFlow icon indicating copy to clipboard operation
PyFlow copied to clipboard

Add node search

Open IlgarLunin opened this issue 5 years ago • 1 comments

The idea is - user should press ctrl+f or whatever key sequence. Tool pops up, user enters pattern and presses find. Tool then fills itself with node references entries. User can click on entry to jump to specific node

IlgarLunin avatar Oct 14 '19 08:10 IlgarLunin

I think there should always be a node search with an auto focus. It could be used like a code completion. As you start typing a nodes name it pops up a box of suggestions so you quickly insert the right nodes. It would allow much faster development in my opinion.

excitedbox avatar Feb 17 '20 15:02 excitedbox