Fork me on GitHub
#emacs
<
2016-06-06
>
peeja15:06:01

Is there a standard / common way to switch between related files, such as an implementation file and a test file?

peeja15:06:28

Oh, looks like projectile covers at least some of that

dpsutton16:06:12

if you are using cider there is

peeja16:06:28

Well, it's not necessarily a test file

peeja16:06:39

I also want to switch to a stylesheet, for instance

peeja16:06:31

I'm basically looking for a tool that lets me identify a bunch of files related to the current file by transforming path names, and switch to them quickly