Sublime Forum

Switch Header/Implementation not working on ST3

#1

Hello,

i have cpp and h files in the same directory but Switch Header is not working with ST3. Can anyone confirm this ?

0 Likes

#2

[quote=“lmedinas”]Hello,

i have cpp and h files in the same directory but Switch Header is not working with ST3. Can anyone confirm this ?[/quote]

The default key binding didn’t work for me initially, but after binding to something else it works fine. Fwiw, this is what I use now:

{
  "keys": "ctrl+alt+o"],
  "command": "switch_file",
  "args": {
    "extensions": "cpp", "cxx", "cc", "c", "hpp", "hxx", "h", "ipp", "inl", "m", "mm"]
  }
}
0 Likes

#3

strange… still doesn’t work for me. Not even selecting on the menu.

0 Likes

#4

Can someone look at this ?

I’m going to open a issue on github, hopefully jps will look at it :smile:

0 Likes