hex13 / atom-lupa

Atom extension which displays outline for JavaScript files
MIT License
41 stars 4 forks source link

Use click instance hover option #40

Open saidmoya12 opened 7 years ago

saidmoya12 commented 7 years ago

Can you add hover / click options for select?

thanks

hex13 commented 7 years ago

There is an option for selecting entities by alt+clicking them if this is what you mean (not sure if I've documented this).

saidmoya12 commented 7 years ago

isn't documentated so I don't know how enable this.

By default work like demo and i don't see this option in settings for package

I have latest atom and windows versions.

hex13 commented 7 years ago

You don't have to enable it. Just alt+click over function name in the sidepanel.

saidmoya12 commented 7 years ago

I do it but still the issue on Windows.

hex13 commented 7 years ago

I didn't tested it on Windows, I suppose Windows version of Atom (or just Electron or Chrome on which Atom is based) intercepts somehow alt + click.

But you may try ctrl + alt + click, this combination worked on Linux (or shift + alt + click)

But I think I will have to rethink this keybinding (maybe by creating two/three separate keybindings for each operating system).