-
Notifications
You must be signed in to change notification settings - Fork 340
Description
v2.3.4 includes a preview feature enabled with the dart.previewAnalyzeAngularTemplates setting. Because the plugin is still in development, in order to use this you will need to download the angular analyzer plugin and build it yourself (instructions can be found here). Note: You do not need to overwrite the analyzer.snapshot in your SDK because Dart Code supports custom analyzer snapshots; simply set the dart.analyzerPath setting (which can be done at the workspace level, along with dart.previewAnalyzeAngularTemplates to enable this only for some projects) to the full path of the analyzer.snapshot that is built.
This feature is behind a preview flag because it's currently incomplete (both the plugin and the Dart Code integration). Depending on how the plugin ships once complete, it may become enabled by default.
Please post your feedback below!
Known issues:
- Activate Dart Code when workspace contains any dart file #409
Dart Code doesn't activate for projects withoutpubspec.yamlunless a.dartfile is opened
Suggestions
- ???
