xperiandri / DialControllerTools

A Visual Studio extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Surface Dial Tools for Visual Studio

Build status

Download this extension from the Marketplace or get the CI build.


Adds features to Visual Studio specific to the Surface Dial. You don't need a Surface Book or Surface Studio to take advantage of the Surface Dial.

A Surface Dial is $99 and works with all modern Windows 10 PCs. Get yours today!

See the change log for changes and road map.

Features

  • Status bar indicator
  • Scrolling
  • Zooming
  • Navigation
  • Debugging
  • Errors
  • Editor shifters
  • Bookmarks

Dial Menu

Status bar indicator

An icon is placed at the left corner of the Status Bar indicating the current state of the Dial.

When the Visual Studio item on the Dial menu hasn't been activated, the status bar icon looks like this

Status inactive

When it is active, the icon changes to a solid white dot and a label showing what the selected menu item is appears.

Status inactive

Scrolling

Scroll documents and tool windows.

  • Rotate right: does the same as arrow down
  • Rotate left: does the same as arrow up
  • Click: In a document it opens the context menu, otherwise it does the same as then ENTER key. In Solution Explorer it expands/collapses folders.

Zooming

Zooming is enhanced so that it only zoom the text editors and not other artifacts in Visual Studio

  • Rotate right: Zoom in
  • Rotate left: Zoom out
  • Click: Resets zoom level to 100%

Navigation

Takes you to the previous and next location in your files.

  • Rotate right: navigates forward
  • Rotate left: navigates backwards
  • Click: [nothing]

Debugging

When a breakpoint is hit, use the dial to step into, over and out.

  • Rotate right: When not debugging, go to next breakpoint. Otherwise step over
  • Rotate left: When not debugging, go to previous breakpoint. Otherwise step out
  • Click: When not debugging, starts the debugger. Otherwise step into

When a breakpoint is hit, the Debug dial item is automatically activated as well

Errors

When the error list contain errors, the dial makes it easy to navigate to the next error in the list.

  • Rotate right: go to next error
  • Rotate left: go to previous error
  • Click: Show the Error List

When the Error List window is activated, the Errors dial item is automatically activated if it contains any errors.

Editor shifters

Shifting is a way to modify text in the editor based on the Dial rotation. When the caret is placed in a supported position, the shifting is enalbed.

Hex colors (e.g. #ff000)

  • Rotate right: lightens the color value
  • Rotate left: darkens the color value
  • Click: [no action]

Numbers (e.g. 123 or 3.4 or .6)

  • Rotate right: increase the number
  • Rotate left: decrease the number
  • Click: [no action]

Bookmarks

Set and navigate to your bookmarks

  • Rotate right: next bookmark
  • Rotate left: previous bookmark
  • Click: toggle bookmark

When the Bookmarks window is activated, the Bookmarks dial item is automatically activated as well.

Suggest new behaviors

Please send ideas about new behaviors you would find helpful to the GitHub issue tracker.

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0

About

A Visual Studio extension

License:Other


Languages

Language:C# 100.0%