Sublime-Tensorflow
Sublime-Tensorflow copied to clipboard
Autocomplete ignores the string in the same file
The package makes the tab auto-completion ignores the strings that the user just typed.
Say in the file I have a variable named adam, when typing ad and 'tab' it, it automatically fills with a tf.assign_add().
Any suggestions that can make the package uses the strings in the file also in the auto-completion?
Or use another shortcut key?