Skip to content

Tensorflow package for Sublime Text editor. It includes Autocompletion and Snippet specific to Tensorflow

Notifications You must be signed in to change notification settings

baptisteArno/Sublime-Tensorflow

Repository files navigation

Sublime Tensorflow

Tensorflow plugin for Sublime Text editor.

goto doc example

Installation

Sublime Tensorflow can be installed:

  • Through Sublime Package Control. Package name: Tensorflow
  • Manually by cloning this repo and copy/paste in a folder into the Sublime Text packages directory.

Usage

Sublime Tensorflow offers you:

  • Autocompletion from a list scrapped from official Tensorflow API documentation.
  • Shortcut to check the doc by selecting or simply pointing the Tensorflow class/function and:
    • Windows & Linux: ctrl + alt + w
    • OSX: ctrl + cmd + w

Configuration

You can change the shortcut by editing the keymap file accessible from Preferences->Package Settings->Sublime Tensorflow->Settings - User

The correct syntax is the following:

[
    {
        "keys": ["ctrl+alt+w"],
        "command": "tfdoc"
    }
]

Support on Beerpay

Hey dude! Help me out for a couple of 🍻!

Beerpay Beerpay

About

Tensorflow package for Sublime Text editor. It includes Autocompletion and Snippet specific to Tensorflow

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages