Merge pull request #206 from mr-ubik/master

Add TensorFlow Snippets.
This commit is contained in:
Valerii Iatsko 2019-01-03 08:20:47 +01:00 committed by GitHub
commit ac79837240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Other extensions](#other-extensions)
- [Read more](#read-more)
- [Python](#python)
- [TensorFlow](#tensorflow)
- [ReasonML](#reasonml)
- [Rust](#rust)
- [Terraform](#terraform)
@ -411,6 +412,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
### TensorFlow
- [TensorFlow Snippets](https://marketplace.visualstudio.com/items?itemName=vahidk.tensorflow-snippets) - This extension includes a set of useful code snippets for developing TensorFlow models in Visual Studio Code.
![TensorFlow Snippets GIF](https://raw.githubusercontent.com/vahidk/tensorflow-snippets/master/images/framework.gif)
## ReasonML
- [ReasonML](https://marketplace.visualstudio.com/items?itemName=jaredly.reason-vscode) - Intellisense, code formatting, refactoring, code lens and more