mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 03:21:42 +03:00
820f2c9553
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
15 lines
414 B
Markdown
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) |