Dart-Code

Dart and Flutter support for VS Code

MIT License

Stars
1.5K
Committers
60

Bot releases are hidden (Show)

Dart-Code - Dart Code (preview) v0.7.0

Published by DanTup about 8 years ago

Dart Code can be installed from the Visual Studio Code Marketplace. Open VS Code Quick Open (Ctrl+P) and paste the following and press enter:

ext install dart-code

Changes

  • Workspace symbol search (Ctrl+T) now includes more symbols from your workspace including imported packages
  • Document symbol list/search has been implemented (Ctrl+Shift+O)
  • Document highlights have been implemented (selected a symbol will highlight other instances)
  • Commands for pub get and pub ugprade have been added
  • Errors and warnings from files that are deleted when not open will no longer hang around in the problems view
Dart-Code - Dart Code (preview) v0.6.2

Published by DanTup about 8 years ago

Dart Code can be installed from the Visual Studio Code Marketplace. Open VS Code Quick Open (Ctrl+P) and paste the following and press enter:

ext install dart-code

Changes

  • Find References (Shift+F12) has been added
  • Open files are given higher priority for analysis operations
  • The extension no longer tries (and fails) to analyze open files that are outside of workspace folder

Additionally, a new option dart.allowAnalytics was added to control if analytics are sent. Only very basic events are captured (such as extension activation and if you toggle certain features) and are sent along with the extention version/platform. No code, filenames, project names or personal information will be sent. Source code for all analytics is visible here.

Dart-Code - Dart Code (preview) v0.6.1

Published by DanTup about 8 years ago

Dart Code can be installed from the Visual Studio Code Marketplace. Open VS Code Quick Open (Ctrl+P) and paste the following and press enter:

ext install dart-code

Changes

  • A new option dart.showTodos (default: true) has been added to show/hide TODO messages from the Problems list
  • "Analyzing…" will now show in the status bar when files are being analyzed
  • Go to Definition is now supported within your project (though does not yet work with SDK classes)
  • The Dart SDK version number will now show in the bottom right status bar
  • Dart files will automatically be set to 2-space indenting when you open them
  • A new option dart.setIndentation (default: true) has been added to enable/disable automatic indent settings
  • Symbol search is now case-insensitive and also supports better filtering (eg. "TA" will match "TwitterApi")
  • Tooltips reading undefined will no longer appear for some items (eg. string literals)
  • Tooltip formatting/display has been greatly improved
Dart-Code - Dart Code (preview) v0.5.2

Published by DanTup about 8 years ago

Dart Code can be installed from the Visual Studio Code Marketplace. Open VS Code Quick Open (Ctrl+P) and paste the following and press enter:

ext install dart-code

Changes

  • SDK detection is more reliable on Linux/Mac
  • Name changed from "Dart-Code" to "Dart Code"
  • Setting added to control line-width passed to formatter
  • Last used SDK path is cached to improve startup performance
  • Tooltip hovers now indicate the range that they apply to
  • Braces/quotes now automatically close
  • Pressing enter between a set of braces will automatically indent
Dart-Code - Dart Code (preview) v0.1.0

Published by DanTup about 8 years ago

Dart Code can be installed from the Visual Studio Code Marketplace. Open VS Code Quick Open (Ctrl+P) and paste the following and press enter:

ext install dart-code

Features

  • Syntax highlighting
  • Code-completion
  • Diagnostics (errors/warnings/hints)
  • Workspace-wide symbol search
  • Reformatting document
  • Tooltips