ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

D3js v​4

by alexmacy ALL

Sublime Text package for D3.js v4

Details

Installs

  • Total 3K
  • Win 1K
  • Mac 826
  • Linux 339
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

D3.js v4 for Sublime Text 3

This is a collection of code completions and snippets to make working with and learning D3.js a little easier and quicker.

Featuring:

  • Code completions and context menu for the entire D3.js library.

    • The context menu is organized to match D3's API Reference and is accessible by right-click, two-finger tap, or ctrl+click.
    • Example:

      Context Menu Screenshot

  • code snippets for the changes from v3 to v4.

    • Accessible from the command pallette (Mac: Cmd+Shift+P, Windows: Ctrl+Shift+P).
    • Typing a v3 command or partial string will suggest the v4 equivalent.
  • convenience snippets of commonly used features of D3.js

Please let me of any typos, if anything is missing, or of any requests for convenience snippets to be added.

Installation:

Without Package Control

Download the zipped repo and unzip it into Sublime Text's packages folder: * Mac: ~/Library/Application Support/Sublime Text 3/Packages/ * Windows: C:\Users\%userprofile%\AppData\Roaming\Sublime Text 3\Packages

This is partially an update to fabriciotav's Sublime Text 2 plug-in, D3.js snippets for Sublime Text 2