Doubled first character of proposed sequence
See original GitHub issueWhen I try to use autocompletion (either by hitting tab, enter or choosing the option with a mouse-click), the first character of the proposed sequence is being doubled.
My code is, say variable=T
, I hit tab and True
is the first proposed option, but when I accept it, the resulting line is variable=TTrue
.
Here’s how it looks:
Versions: TabNine 0.1.2 PyCharm 2019.2 (Community Edition)
More PyCharm details
Build #PC-192.5728.105, built on July 23, 2019 Runtime version: 11.0.3+12-b304.10 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Linux 5.0.0-25-generic GC: ParNew, ConcurrentMarkSweep Memory: 1998M Cores: 6 Registry: Non-Bundled Plugins: com.jetbrains.plugins.ini4idea, com.ppolivka.gitlabprojects, com.tabnine.TabNine, mobi.hsz.idea.gitignore, org.intellij.plugins.markdown, BashSupport, ru.adelf.idea.dotenv, zielu.gittoolbox
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top GitHub Comments
I wasn’t able to reproduce the issue by typing TabNine::config. However I’ve added code to try to detect this situation and automatically restart TabNine in the background: https://github.com/zxqfl/tabnine-intellij/commit/1dae1f37cad59a6a5c4d33d157b57d1d3c151c5b
The update is pending JetBrains approval — please try 0.1.3 once it’s approved by JetBrains and check if it fixes the issue.
0.1.3
seemingly fixes the issue, thanks!