Open praveenvinny opened 3 years ago
Goto definition popup shows, click and ctrl+click onto links as well as goto definition (F12) work well with ST4107 on Windows 10.
Does it work in SAFE MODE?
I had the same issue (with all type of files), but safe mode did work, and commenting out all custom preferences and then bringing it back magically fixed it.
Unfortunately that didn't work for me.
For me restarting ST brings back the bug, but any action that triggers package update (removing package, editing ignored_packages
) fixes it again. So it has to be some of the packages that breaks something on ST startup.
@deathaxe I found a package that breaks it for me - https://github.com/jarhart/SublimeSBT. Been able to reproduce in safe mode (start in safe mode, install package control, install SublimeSBT)
It is working for me in safe mode. But commenting out the preferences and bringing it back didn't help.
If you want to find a package that breaks it, you can add all packages to ignored_packages
(its list can be found in Package Control.sublime-settings
) and then bisect it, commenting out the half of it etc., that's how I found mine.
Description
Perl - File is not opening upon doing Cmd + Click
Steps to reproduce
Expected behavior
It should take you to the right function definition.
Actual behavior
It is neither taking me to the function nor is it opening in a new tab on the right.
Environment