dart-mode 
- Description
- Major mode for editing Dart files
- Latest
- dart-mode-1.0.7.0.20251104.214339.tar (.sig), 2025-Nov-07, 50.0 KiB
- Maintainer
- Jen-Chieh Shen <jcs090218@gmail.com>
- Website
- https://github.com/emacsorphanage/dart-mode
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
This package implements a major-mode for the Dart language, providing basic syntax highlighting and indentation support.
Old versions
| dart-mode-1.0.7.0.20250811.110356.tar.lz | 2025-Aug-11 | 8.98 KiB |
| dart-mode-1.0.7.0.20250422.170214.tar.lz | 2025-Apr-23 | 8.98 KiB |
| dart-mode-1.0.7.0.20250224.120240.tar.lz | 2025-Feb-24 | 8.96 KiB |
| dart-mode-1.0.7.0.20240925.1934.tar.lz | 2024-Sep-25 | 8.96 KiB |
| dart-mode-1.0.7.0.20240523.181912.tar.lz | 2024-May-24 | 8.69 KiB |
| dart-mode-1.0.7.0.20231002.113821.tar.lz | 2023-Oct-02 | 8.68 KiB |
| dart-mode-1.0.7.0.20220401.0.tar.lz | 2022-Apr-04 | 7.38 KiB |
| dart-mode-1.0.7.0.20210830.0.tar.lz | 2021-Aug-30 | 17.6 KiB |
| dart-mode-1.0.6.0.20210801.0.tar.lz | 2021-Aug-30 | 17.4 KiB |
| dart-mode-1.0.4.0.20210301.0.tar.lz | 2021-Aug-29 | 17.4 KiB |
News
1.0.0
Additions
Added a
dart-show-hovercommand bound toC-c ?which displays information about the Dart API under the cursor.Added a
dart-gotocommand bound toC-c C-gwhich takes the user to the definition of the Dart API under the cursor.Added a
dart-find-refscommand bound toC-c C-fwhich shows a list of references to the Dart API under the cursor.Added a
dart-find-member-declscommand bound toC-c C-ewhich shows a list of declarations of members with a given name.Added a
dart-find-top-level-declscommand bound toC-c C-twhich shows a list of declarations of top-level elements with a given name.Added a
dart-find-member-refscommand bound toC-c C-rwhich shows a list of references to members with a given name.Added a
dart-expandcommand bound toM-/which cycles through possible completions for the text typed by the user, as well as adart-expand-parameterscommand bound toM-?which inserts the parameter list for the chosen completion.The
dart-formatcommand is now bound toM-o.Added a
dart-sdk-pathvariable.
Replacements
dart-executable-pathis now a function rather than a variable, so that it updates whendart-sdk-pathis updated.The
dartfmt-commandvariable has been replaced by thedart-formatter-command(for invoking the formatter) function and thedart-formatter-command-overridevariable (for customizing the formatter location).The
dartfmtcommand been renamed todart-format.The
dartfmt-argsvariable has been replaced with thedart-formatter-line-lengthvariable.The
dartfmt-show-errorsvariable has been renamed todart-formatter-show-errors.The
dartfmt-before-savefunction has been removed. Customize thedart-format-on-savevariable instead..
Removals
The
dart-analysis-server-snapshot-pathvariable has been removed.The
dartfmt-compilation-regexpvariable has been removed.