autocomplete-plus icon indicating copy to clipboard operation
autocomplete-plus copied to clipboard

View and insert possible completions in the editor while typing

Results 102 autocomplete-plus issues
Sort by recently updated
recently updated
newest added

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: ### Description Often when I desire a newline or...

Ex: ![atom](https://user-images.githubusercontent.com/20653706/33466088-44279f02-d67e-11e7-9b12-727d2c79a51f.png) When I type 'imts', imts should on top (imts is my snippet). How can I do that ? ### Versions 1.21.2x64

Similarly to https://github.com/atom/autocomplete-plus/issues/377 (»Disable default provider in comments / strings?«), the autocompletion should probably be disabled in plain text documents like txt or Markdown. It’s pretty annoying when you’re typing...

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

### Description Auto-completion doesn't work properly when writing Tamil text. This is probably because the [unicode-helpers.js](https://github.com/atom/autocomplete-plus/blob/8f192dc3d8d5c19cf111db122d1697c7a0774aa0/lib/unicode-helpers.js) file has only the codepoints from the `Letter` Unicode category, where it should actually...

triaged

How often do we create utilities in one file to be used in another? Who wants to keep a bunch of files open just so they can be read by...

feedback

https://github.com/edubkendo/atom-elm/issues/23 I realize that letting in HTML is a security risk, but sanitizing HTML for security is kind of a known path. I suggest that HTML be allowed in after...

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.3.2 **System**: Microsoft Windows 8.1 **Thrown From**: [autocomplete-plus](https://github.com/atom/autocomplete-plus) package, v2.23.0 ### Stack Trace Uncaught TypeError: this.editor.getBuffer is not a...

uncaught-exception

See example below, I am offered a list of plain words that appear in comments around my code instead of only symbols (variables, functions, keywords). I want to use the...

enhancement
feedback