Sublime Forum

Separate ctags sessions

#1

Hi all,

I generally have several sublime windows open, each window using different source code. E.g. opened like so:
cd path/to/projectA
subl .
cd /path/to/projectB
subl .

I also use the CTags plugin (github.com/SublimeText/CTags) and so far it’s working quite well.

The issue I have is say I’m in the Sublime window for projectA and use ctrl+t,ctrl+t to navigate to a definition. I then get interrupted and need to switch to a different project so I open the sublime window for projectB. I now use ctrl+t,ctrl+b to jump to the previous location in this specific project. But what happens is a new tab is opened for a file that I had been using in my other Sublime window.

Is there a way around this issue? Or possibly a better workflow for situations where you need to be able to switch between different code bases throughout the day?

Thanks

0 Likes