Sublime Forum

Make open header/impl search whole project

#1

Things are slowly shaping up but something doesn’t seem to be working, when I use Alt+O to open the corresponding .h/.cpp-file it seems to only search the current folder. I’d like it to search the whole project folder, does anybody know where I could specify this? My current layout is something like this:

project
     src
     inc
     build
          msvc
          sublime <- sublime project file and similar
          unix <-makefile, configure etc
0 Likes

#2

Personally I just use ctrl+p or cmd+p and start typing the filename I want

0 Likes

#3

Yea that’s how I do it now but making open header/impl search the entire project would save a few keystrokes.

So it seems I need to write my own plugin if I want this then, seems like a simple enough thing to do once I’ve got a few hours to spare.

0 Likes