api-docs icon indicating copy to clipboard operation
api-docs copied to clipboard

An API documentation browser for Atom.

Results 20 api-docs issues
Sort by recently updated
recently updated
newest added

I just installed api-docs on my iMac but ctrl-d doesn't seem to work at all when searching for documentation. Could it be that the key binding is clashing with some...

I have this error when call apidoc by press ctrl+i (i have change this because of ctrld non worked) in a window. the help works but these error window give...

When browsing doc, copy is not doing anything. It leaves copy paste buffer untouched. Even contextual menu does not permit copy of what's selected. ![screen shot 2017-04-20 at 17 48...

When the selection under the cursor is ambiguous, it would be nice to list the origin of each possible entry. For example, if I click on the word "set" in...

I installed api-docs 0.0.3 and enabled Python 2 in the settings. I used the command palette to search for `re.search()`. This opens a lengthy page. It would be nice if...

enhancement

Super minor issue but there is a white block residing in the bottom right corner, that looks 'un-themed', when using dark mode. Seems like it may be the corner block...

Clicking or hitting enter on a doc entry will close the palette and do nothing. There don't appear to be any messages relating to this in the console. Atom version:...

I think the syntax of the following lines in `docset.js` are wrong. Does JavaScript support type set in function parameters? [`setEnabled_(enabled : boolean) {`](https://github.com/sharvil/api-docs/blob/master/src/docset.js#L39) [`queryAll() : Array {`](https://github.com/sharvil/api-docs/blob/master/src/docset.js#L75)

Currently the search results include all languages enabled on the settings page. I would be more helpful to only show the results which match the language of the current file...

enhancement

I installed api-docs 0.0.3 and I disabled the keybindings. I enabled Python 2 in the settings. I searched for `re.search()`. This opens a long page, but I almost can't scroll...