bradyt / dart-server

An Emacs minor mode for the Dart server
GNU General Public License v3.0
0 stars 0 forks source link

Command dart-expand not working #3

Open bradyt opened 5 years ago

bradyt commented 5 years ago

It was pointed out in https://github.com/bradyt/dart-mode/issues/75 that dart-expand is not working correctly. No research done yet.

bradyt commented 5 years ago

For example, with point in an empty file, pressing M-/, dart-mode inserts the word TypeError.

bradyt commented 5 years ago

Closing this issue.

We recommend instead of using (setq dart-enable-analysis-server t), to try lsp-mode. Some notes can be found at https://github.com/bradyt/dart-mode/wiki/LSP.