Flow Code Search Feature

ref: https://discourse.nodered.org/t/search-for-function-nodes-with-certain-code/67612

I have a rather large multi-tab flow. When I deploy, I get a warning that a specific const has already been defined. After a number of failed attempts to blindly stumble upon the problem I took the approach outlined in the reference above.

Since node-red distributes code across multiple nodes, it can be time consuming to track down specific source. It would be nice if the editor supported a built-in generic code search that identified tab(s) and node(s) location for the specific search pattern.

Are you using latest node-red?

You know you can search using ctrl+f and then use the search toolbar to step through each search result (or press f for next result)

@Steve-Mcl I was not aware. Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.