tfcompletea simple extension, provide static tensorflow completion. Featureswhile extension found tf.xxx.xxx, it will show up tensorflow apis (only module/class/function, class method not implemented yet) with really fast speed. builtin python autocomplete with slow down whole process, you could use ':' instead of '.' to skip that. for example, type "tf:train:Ad" and choose AdamOptimizer, previous ':' with automatically replaced by '.' Known Issuesonly could be triggered by '.' Release Notes1.0.0First release, with tensorflow 1.4 api support (include TensorflowLite api) 1.0.1allow use ':' to skip slow builtin auto complete For more information
Enjoy! |