1
1
mirror of https://github.com/codota/TabNine.git synced 2024-09-11 18:05:28 +03:00

Merge pull request #73 from shuxiao9058/master

add company-tabnine repo
This commit is contained in:
Jacob Jackson 2019-05-20 10:15:39 -04:00 committed by GitHub
commit ad6898a45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,13 @@ If your feature request is specific to a particular editor's TabNine client, ple
- [Sublime Text](https://github.com/zxqfl/tabnine-sublime) - [Sublime Text](https://github.com/zxqfl/tabnine-sublime)
- [Vim](https://github.com/zxqfl/tabnine-vim) - [Vim](https://github.com/zxqfl/tabnine-vim)
- [Atom](https://github.com/zxqfl/tabnine-atom) - [Atom](https://github.com/zxqfl/tabnine-atom)
- [Emacs](https://github.com/TommyX12/company-tabnine)
# Changelogs # Changelogs
If new features don't work for you, check that you have the most recent version by typing `TabNine::version` into your text editor. If you don't have the most recent version, try restarting your editor. If new features don't work for you, check that you have the most recent version by typing `TabNine::version` into your text editor. If you don't have the most recent version, try restarting your editor.
## 1.0.14 (May 16, 2018) ## 1.0.14 (May 16, 2019)
- TabNine no longer watches for filesystem events in ignored directories (closes [#43](https://github.com/zxqfl/TabNine/issues/43)). - TabNine no longer watches for filesystem events in ignored directories (closes [#43](https://github.com/zxqfl/TabNine/issues/43)).
- TabNine now waits until a completion is requested to start the language server (closes [#50](https://github.com/zxqfl/TabNine/issues/50)). - TabNine now waits until a completion is requested to start the language server (closes [#50](https://github.com/zxqfl/TabNine/issues/50)).
- Files with the `.d` extension are now recognized as D source files (closes [#56](https://github.com/zxqfl/TabNine/issues/56)). - Files with the `.d` extension are now recognized as D source files (closes [#56](https://github.com/zxqfl/TabNine/issues/56)).