atom-language-cfml icon indicating copy to clipboard operation
atom-language-cfml copied to clipboard

Jump to symbol?

Open KrunchMuffin opened this issue 7 years ago • 5 comments

I use CTRL+R a lot in sublime. Is this something that has to be added by your package in order to get it to work, or is it Atom doesn't support in CFML? https://github.com/atom/symbols-view

KrunchMuffin avatar Sep 26 '16 14:09 KrunchMuffin

Possibly addressed by @lmajano PR for symbols-view.

KamasamaK avatar Aug 11 '17 16:08 KamasamaK

CTRL+R says no symbols found

KrunchMuffin avatar Aug 11 '17 19:08 KrunchMuffin

@KrunchMuffin Are you using symbols-view v0.117.0? It's not included in the latest stable release of Atom. You can try manually overriding the included package or try the latest beta and see if it shows up. Note, I have not tried either of these.

KamasamaK avatar Aug 11 '17 20:08 KamasamaK

@KamasamaK very cool! I forcibly installed symbols-view 0.117.0 into my personal packages folder and it works now. Thanks for the tip!

$ apm install [email protected]
The symbols-view package is bundled with Atom and should not be explicitly installed.
You can run `apm uninstall symbols-view` to uninstall it and then the version bundled
with Atom will be used.
Installing [email protected] to /Users/atcodes/.atom/packages ✓

atuttle avatar Aug 17 '17 21:08 atuttle

no dice for me, just a bunch of errors

On Thu, Aug 17, 2017 at 5:56 PM, Adam Tuttle [email protected] wrote:

@KamasamaK https://github.com/kamasamak very cool! I forcibly installed symbols-view 0.117.0 into my personal packages folder and it works now. Thanks for the tip!

$ apm install [email protected] The symbols-view package is bundled with Atom and should not be explicitly installed. You can run apm uninstall symbols-view to uninstall it and then the version bundled with Atom will be used. Installing [email protected] to /Users/atcodes/.atom/packages ✓

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/atuttle/atom-language-cfml/issues/94#issuecomment-323205469, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_TjWV4RCF9m-t_V7eXI5_QeEiZFnOsks5sZLcfgaJpZM4KGmz4 .

KrunchMuffin avatar Aug 17 '17 22:08 KrunchMuffin