I know that a file exclusion pattern can be set in the project settings / default Sublime Text, but is it also possible to include only files based on the pattern?
For example, when working with my C ++ projects, I have files in the same folder, which are not necessarily source files.
Is it possible to explicitly specify Sublime Text to show me only * .cpp, * .h and * .txt files, ignoring everything else?
c ++ sublimetext2 sublimetext
Mar darwish
source share