Sublime-Tensorflow icon indicating copy to clipboard operation
Sublime-Tensorflow copied to clipboard

Autocomplete ignores the string in the same file

Open swun90 opened this issue 6 years ago • 0 comments

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?

swun90 avatar Jun 04 '19 08:06 swun90