> For the complete documentation index, see [llms.txt](https://uflutter.gitbook.io/uflutter-ui-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uflutter.gitbook.io/uflutter-ui-kit/editing-code-and-viewing-issues.md).

# Editing code and viewing issues

Edit and view the code

The Flutter plugin performs code analysis that enables the following:

* Syntax highlighting.
* Code completions based on rich type analysis.
* Navigating to type declarations (**Navigate > Declaration**), and finding type usages (**Edit > Find > Find Usages**).
* Viewing all current source code problems (**View > Tool Windows > Dart Analysis**). Any analysis issues are shown in the Dart Analysis pane:<br>

![Dart Analysis pane](https://flutter.dev/assets/tools/android-studio/dart-analysis-83193daf5c7a401d10465aa617e08f771a8534918889f305d7cf12cafa370bb8.png)
