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
- Host: GitHub
- URL: https://github.com/32teeth/cloudscape-design-components_codeeditor-autocomplete
- Owner: 32teeth
- Created: 2022-12-06T19:54:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T22:13:36.000Z (about 2 years ago)
- Last Synced: 2024-05-16T23:31:34.561Z (about 2 years ago)
- Language: JavaScript
- Size: 7.85 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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

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