atom-lupa
atom-lupa copied to clipboard
Atom extension which displays outline for JavaScript files
Arguments to `path.basename` must be strings ``` Object.basename (/usr/share/atom/resources/app.asar/src/electron-shims.js:34:10) StyleguideElement (/home/gekko/.atom/packages/atom-lupa/lib/styleguide.js:95:27) ReactCompositeComponentWrapper._constructComponentWithoutOwner (/home/gekko/.atom/packages/atom-lupa/node_modules/react-dom/lib/ReactCompositeComponent.js:306:14) ReactCompositeComponentWrapper._constructComponent (/home/gekko/.atom/packages/atom-lupa/node_modules/react-dom/lib/ReactCompositeComponent.js:282:19) ReactCompositeComponentWrapper.mountComponent (/home/gekko/.atom/packages/atom-lupa/node_modules/react-dom/lib/ReactCompositeComponent.js:185:21) Object.mountComponent (/home/gekko/.atom/packages/atom-lupa/node_modules/react-dom/lib/ReactReconciler.js:43:35) ```
A fold mode could show only the items in view of the current cursor in the edit window, folding everything out of scope from the top level of the file...
The feature that scrolls and highlights code as I hover over the sidebar is distracting. I want to scroll and highlight code only if I click on the associated label...
Atom 1.19.5, atom-lupa 0.7.41, OSX 10.12.6 After installing lupa plugin and restarting Atom I see the panel with structure outline etc, but the nice color scheme in the Lupa project...
My outline is to crowded with all the little unnamed functions I have pass to functions like ".addEventListener(function ..." I would like to be able to hide those from the...
After installing and creating the lupaProject.json file, I am asked to index the site. I do that, and it says that there were 200+ files matched (accurate, it's a large...
there are many dependencies in `package.json` ``` "dependencies": { "ast-stream": "0.0.15", "coffee-script": "^1.10.0", "eslint": "^3.10.0", "eslint-plugin-react": "^6.6.0", "flow-parser": "^0.21.0", "glob": "^7.0.3", "html-flavors": "0.0.20", "lodash": "^4.11.2", "lupa": "0.3.3", "react": "^15.0.1", "react-dom":...
It's would be nice if it could be able to show a call hierarchy. Can't find any package or other software that can do this and at the same time...
hi, I JUST did a try, find that it`s basically slowing down my atom response, even I toggled it off. took a look at your code, I know it`s using...
Hi! I like the plugin but I really need it on JSON files to know where exacty I'm stepping on, and it doesn't show anything :/