switching between tabs/files
Answered
I've recently started using CLion after many years of Emacs and Qt Creator and others.
In other editors I've used a command to switch files that allows incremental filtering of the list of possibilities.
So if I hit some shortcut, see a list of files, and then start typing 'somef' the list would be filtered to only those files whose names contain 'somef'.
Is there anything close to this in CLion?
I'm trying to use the switcher, but with a lot of open files it's quite cumbersome.
Thanks,
Tyler
Please sign in to leave a comment.
Hi! There is Navigate | File option (with the corresponding shortcut depending on OS: ⇧⌘O for macOS, Ctrl+Shift+N for Windows/Linux) where you can start typing 'somef' and see the results.
Thanks! That's close to what I was hoping for. I'll try using it more.
I like that Navigate | File has an option to include or exclude non-project files. More flexibility there would be wonderful. I suspect that N|F and Switcher could be combined in interesting and useful ways.