dart-sdk/pkg/analyzer_plugin
Brian Wilkerson 3d71abcada Prepare to publish a new version of the analyzer_plugin package with an updated dependency on analyzer
Change-Id: Ie4aab1867300e132511f2198e9358fa4d0f74cee
Reviewed-on: https://dart-review.googlesource.com/c/90260
Auto-Submit: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Mike Fairhurst <mfairhurst@google.com>
Reviewed-by: Mike Fairhurst <mfairhurst@google.com>
2019-01-18 18:03:40 +00:00
..
doc Add optional elementUri field to CompletionSuggestion types in analysis server protocol 2019-01-09 00:13:39 +00:00
lib Ignore unnecessary_cast hint. 2019-01-17 19:52:56 +00:00
test Extract DartFileEditBuilder.importLibrary() into separate file. 2019-01-17 19:22:05 +00:00
tool/spec Add optional elementUri field to CompletionSuggestion types in analysis server protocol 2019-01-09 00:13:39 +00:00
analysis_options.yaml Re-enable the no-implicit-casts option 2018-11-14 16:40:03 +00:00
CHANGELOG.md Upgrade pubspec constraints. 2018-07-23 16:44:39 +00:00
LICENSE Create the directory for the plugin package 2017-01-30 13:21:37 -08:00
pubspec.yaml Prepare to publish a new version of the analyzer_plugin package with an updated dependency on analyzer 2019-01-18 18:03:40 +00:00
README.md Initial documentation for the plugin package 2017-07-06 11:37:52 -07:00

analyzer_plugin

A framework for building plugins for the analysis server.

Usage

Note: The plugin support is not currently available for general use.

Plugins are written in Dart and are run in the same VM as the analysis server. The analysis server runs each plugin in a separate isolate and communicates with the plugin using a plugin API. This API is similar to the API used by the analysis server to communicate with clients.

Plugins are automatically discovered and run by the analysis server.

This package contains support code to make it easier to write a plugin. There is a tutorial describing how to use the support in this package.

Support

Post issues and feature requests on the issue tracker.

Questions and discussions are welcome at the Dart Analyzer Discussion Group.

License

See the LICENSE file.