Hi,
is it possible to Ctrl+Click on a variable in TextMate and jump to it’s definition?
Fabian Zeindl
Clicking isn't possible as far as I know, a keyboard shortcut should be possible, although the implementation is heavily language dependent. So I think it should be possible as a per-language bundle item, but not something that applies to all languages.
Koen
On Apr 17 2016, at 12:39 pm, Fabian Zeindl <fabian.zeindl@gmail.com> wrote:
Hi,
is it possible to Ctrl+Click on a variable in TextMate and jump to it’s
definition?
Fabian Zeindl
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
The ctags bundle works pretty well: https://github.com/textmate/ctags.tmbundle
On Mon, Apr 18, 2016 at 2:27 AM Koen Punt koen@koenpunt.nl wrote:
Clicking isn't possible as far as I know, a keyboard shortcut should be possible, although the implementation is heavily language dependent. So I think it should be possible as a per-language bundle item, but not something that applies to all languages.
Koen
On Apr 17 2016, at 12:39 pm, Fabian Zeindl fabian.zeindl@gmail.com wrote:
Hi,
is it possible to Ctrl+Click on a variable in TextMate and jump to it’s definition?
Fabian Zeindl
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 18.04.2016, at 11:27 , Koen Punt koen@koenpunt.nl wrote:
Clicking isn't possible as far as I know, a keyboard shortcut should be possible, although the implementation is heavily language dependent. So I think it should be possible as a per-language bundle item, but not something that applies to all languages.
I’m thinking about adding this for JavaScript via ternjs. CMD or Ctrl-Clicking would be really cool though…
Fabian
See the ctags bundle’s find tags command for scope/semantic class for cmd+shift+click.
On 18 April 2016 at 11:50, Fabian Zeindl fabian.zeindl@gmail.com wrote:
On 18.04.2016, at 11:27 , Koen Punt koen@koenpunt.nl wrote:
Clicking isn't possible as far as I know, a keyboard shortcut should be
possible, although the implementation is heavily language dependent. So I think it should be possible as a per-language bundle item, but not something that applies to all languages.
I’m thinking about adding this for JavaScript via ternjs. CMD or Ctrl-Clicking would be really cool though…
Fabian
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate