Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
/ tfcomplete Public archive

vscode extension, speed up tensorflow autocomplete

License

Notifications You must be signed in to change notification settings

afpro/tfcomplete

Repository files navigation

tfcomplete

a simple extension, provide static tensorflow completion.

Features

while 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 Issues

only could be triggered by '.'

Release Notes

1.0.0

First release, with tensorflow 1.4 api support (include TensorflowLite api)

1.0.1

allow use ':' to skip slow builtin auto complete


For more information

Enjoy!

About

vscode extension, speed up tensorflow autocomplete

Resources

License

Stars

Watchers

Forks

Packages

No packages published