codota / tabnine-sublime

Tabnine Autocomplete AI: JavaScript, Python, TypeScript, PHP, C/C++, HTML/CSS, Go, Java, Ruby, C#, Rust, SQL, Bash, Kotlin, Julia, Lua, OCaml, Perl, Haskell, React
https://www.tabnine.com/install/sublime
MIT License
194 stars 36 forks source link

Replaces too many characters with multiple selections #36

Open dkter opened 5 years ago

dkter commented 5 years ago

2019-07-27_13-41-11

When I press 3 it doesn't get rid of the += 1 that it added.

trbrc commented 4 years ago

Came here to report the same issue. When there are multiple cursors it should probably only add characters, and not try to replace anything around the cursor.