enso/gui/docs/product/README.md
Adam Obuchowicz 820f2c9553 Searcher Controller (https://github.com/enso-org/ide/pull/654)
Currently it loads and provides an initial list of suggestions. Additionally there is a raw integration with view: then the current Searcher is put into the screen, it logs all the suggestions retrieved from the Engine.

Original commit: d719cf0e56
2020-07-16 09:50:31 +02:00

15 lines
414 B
Markdown

---
layout: section-summary
title: Product Documentation
tags: [product]
---
# Enso IDE Product Documentation
This section contains detailed specification of Enso IDE from the user
perspective. The implementation is documented in rust code and in the crate's
`docs` directory.
* [**List of Shortcuts**](./shortcuts.md)
* [**Visualizations**](./visualizations.md)
* [**Searcher in Graph Editor**](./searcher.md)