CodeDB builds a DB of your procedures and Macros by scanning your drives or paths.
Prefix search for procedures and macros: "GetW"
wildcard searches of procedures or macros: "*Get"
Full text prefix search's with AND OR of the procedures or macros "open AND close"

download
https://atomicwebserver.com/codeDB.zip
DB is stored in temp folder for now
1) un zip to where ever
2) Compile CodeDb.pb with windows x64 ASM backend
3) Create exe and set it as a compiler tool with a short cut of your choice eg "ctrl + f12"
4) Scan a path, drive or ThisPC for all drives
4a) Click file menu add another path or drive
5) Enter procedure prefix in text box
6) click found procedures in list, double click to set to clipboard
7) click file button top right to open in IDE has to be compiler tool to do it
The app is a simple test of IMPBDB (in memory Purebasic DB) which is a WIP and uses JSONRuntimeStrucutres