streamlit-code-editor icon indicating copy to clipboard operation
streamlit-code-editor copied to clipboard

Feature request: Add inline completion suggestion and injection

Open bouzidanas opened this issue 2 years ago • 0 comments

It would be nice to add a feature where a suggestion can be shown inline after the cursor. This type of suggestion should be partially transparent so not to be confused with actual content of editor. After the press of some key like Tab, this suggestion is then inserted at the current position of the cursor.

There is a solution already implemented in version 1.3.0 of Ace . This looks like it could be easily migrated to AceBuilds or directly into streamlit-code-editor.

bouzidanas avatar Dec 15 '23 07:12 bouzidanas