code-peek-atom
code-peek-atom copied to clipboard
Atom package to peek functions in different files
Hi i'm andre is possible add css to the supprot fiels? where i can tweak the code to do that?
Peek function does not currently support Babel ES6 Javascript files. New to React and Atom so if there's a config file you want to see let me know.
This plugin is awesome. However on a large project or when working on a busy drive or a or network folder, it can be extremely slow to find the function,...
1. Press cmd+alt+e on a function 2. Go to matching files 3. Open a file via the brackets icon in the code-peek panel 4. Close this file via tab bar...
Currently, MagicPython syntax is not supported even when MagicPython is an alias of Python language. Maybe we can improve the detection to support this. Thanks
When you peek into a function the "peeked window" only starts at the current method. In other systems (VSC) you can scroll forwards and backwards in peeked code.
trying to peek at an JS arrow function results in the warning "Could not find function "fnName" in project." ``` javascript const foo = x => x*2 foo( 10 )...
As part of #29 (PR #30) everything works but does not peek into spec files. Oracle PL/SQL code is usually defined in two files: `pks` (spec) and `pkb` (body). "public"...
I thinks it'll be awesome if combined with hyperclick https://github.com/facebooknuclide/hyperclick