> For the complete documentation index, see [llms.txt](https://ecm-pmdm-flutter.gitbook.io/1.-introduccion-a-flutter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecm-pmdm-flutter.gitbook.io/1.-introduccion-a-flutter/6.-tips-and-tricks.md).

# 6. Tips & Tricks

### **Visual Studio Code:  shorcuts/extensions/settings**

<https://codewithandrea.com/articles/vscode-shortcuts-extensions-settings-flutter-development/>

### Android Studio: Cómo mostrar la herramienta Database Inspector?

`View` > `Tool Windows` > `App inspection`

### **IDEs: Mostrar las líneas guía en el código**&#x20;

(show UI guidelines for methods)

* **Android Studio**: check `Show UI guides for build methods`

[![image](https://user-images.githubusercontent.com/52930304/131476424-345da076-5b13-4fab-9f7a-385b9aef8372.png)](https://user-images.githubusercontent.com/52930304/131476424-345da076-5b13-4fab-9f7a-385b9aef8372.png)

{% hint style="danger" %}
**Atención**:  Debido a un bug en el plugin, si escogemos lenguaje **Java** al crear el proyecto Flutter, **no se visualizan las UI guidelines**, aunque las activemo&#x73;*.*  En Visual Studio Code sí se visualizan siempre.
{% endhint %}

* **En Visual Studio Code:**

Hay que marcar en la configuración: `Preview Flutter UI Guides`

[![image](https://user-images.githubusercontent.com/52930304/131477575-4448191c-f43e-4ece-ac74-7a6fac54fd38.png)](https://user-images.githubusercontent.com/52930304/131477575-4448191c-f43e-4ece-ac74-7a6fac54fd38.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ecm-pmdm-flutter.gitbook.io/1.-introduccion-a-flutter/6.-tips-and-tricks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
