Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

32teeth/cloudscape-design-components_codeeditor-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeEditorAutocomplete

author: Eugene Yevhen Andruszczenko

github: @32teeth

email: eugene.andruszczenko@gmail.com

Overview

In it’s current state as of writing Cloudscape Design System has a <CodeEditor> component which extends the Cloud9 Ace Editor 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 <CodeEditor>

One drawback of using the offered <CodeEditor> 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 heroku