You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/dart_mcp_server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ For more information, see the official VS Code documentation for
151
151
|`run_tests`| Run tests | Run Dart or Flutter tests with an agent centric UX. ALWAYS use instead of `dart test` or `flutter test` shell commands. |
152
152
|`create_project`| Create project | Creates a new Dart or Flutter project. |
153
153
|`pub`| pub | Runs a pub command for the given project roots, like `dart pub get` or `flutter pub add`. |
154
-
|`analyze_files`| Analyze projects | Analyzes the entire project for errors. |
154
+
|`analyze_files`| Analyze projects | Analyzes specific paths, or the entire project, for errors. |
155
155
|`resolve_workspace_symbol`| Project search | Look up a symbol or symbols in all workspaces by name. Can be used to validate that a symbol exists or discover small spelling mistakes, since the search is fuzzy. |
156
156
|`signature_help`| Signature help | Get signature help for an API being used at a given cursor position in a file. |
157
157
|`hover`| Hover information | Get hover information at a given cursor position in a file. This can include documentation, type information, etc for the text at that position. |
0 commit comments