An open API service indexing awesome lists of open source software.

https://github.com/32teeth/cloudscape-design-components_codeeditor-autocomplete

Adding Autocomplete to Cloudscape CodeEditor Component
https://github.com/32teeth/cloudscape-design-components_codeeditor-autocomplete

Last synced: about 1 year ago
JSON representation

Adding Autocomplete to Cloudscape CodeEditor Component

Awesome Lists containing this project

README

          

# CodeEditorAutocomplete

> author: Eugene Yevhen Andruszczenko

> github: @32teeth

> email: eugene.andruszczenko@gmail.com

### Overview
In it’s current state as of writing *[Cloudscape Design System](https://refresh.polaris.a2z.com/)* has a `` component which extends the [Cloud9 Ace Editor](https://ace.c9.io/) with additional features and component rich presentation for toolbar panel, language line and annotation along with an encapsulated theme selector. The rich text editor additionally feature extensive API, but leaves any context and support directly related to Ace up to the consumer of the ``

One drawback of using the offered `` is it’s direct capability to extend with completions (triggers, snippets and typeahead) features almost expected from today’s web based editors.

### Goal
![](autocomplete.gif)

### Running
```
npm i
npm start
```
### Playground
| Local | Cloud |
|-|-|
|[Open you local browser to :5001](http://localhost:5001/)|[heroku](https://cloudscape-autocomplete.herokuapp.com/)