symbols-list icon indicating copy to clipboard operation
symbols-list copied to clipboard

An alternate symbol list sidebar for Atom.io text editor

Results 20 symbols-list issues
Sort by recently updated
recently updated
newest added

Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///Applications/Atom%20Beta.app/Contents/Resources/app.asar/static/index.js:160:12) registerElement (/Users/firemanchief52/.atom/packages/symbols-list/node_modules/space-pen/lib/space-pen.js:66:88) Builder.openTag (/Users/firemanchief52/.atom/packages/symbols-list/node_modules/space-pen/lib/space-pen.js:297:27) Builder.tag (/Users/firemanchief52/.atom/packages/symbols-list/node_modules/space-pen/lib/space-pen.js:274:12) Function.div (/Users/firemanchief52/.atom/packages/symbols-list/node_modules/space-pen/lib/space-pen.js:83:49) Function.content (/Users/firemanchief52/.atom/packages/symbols-list/lib/symbols-list-view.coffee:23:19) ```

In my html files I dont need to view the symbol list. Maybe a feature who disable package in specific languages that'll be fine.

enhancement

When I add/delete or rename a functions the symbols-list panel does not update. It updates only when I save or switch between documents. Can you fix this so it updates...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: Unknown Windows version **Thrown From**: [symbols-list](https://github.com/7ute/symbols-list) package 2.6.0 ### Stack Trace Failed to activate the symbols-list...

Example sub which doesn't get detected: ``` sub summary : Path('/reports/summary') Does('AJAX') CaptureArgs(1) { ...; } ```

pull request welcomed

This is a request for C/C++ language support. Also, nice package. Great design.

language request
pull request welcomed

Seems like when symbol lists become very long, they are no more shown correctly.. - e.g. you may see function names only, but no more other tags (or other tags,...

In Python 3 some applications use Asyncio. This requires some functions used with the Asyncio library to use the "async" tag before you define that function. These don't appear on...

pull request welcomed

I have a few code conventions that I'm sure nobody else needs in their definitions, but wanted to be able to extend the definitions to add them. I also see...

his is a request for Ada language support.

language request
pull request welcomed