issues
search
SAGE-3
/
next
Software to enable data-rich collaboration from high-resolution display walls to your laptop
https://sage3.sagecommons.org
Other
12
stars
3
forks
source link
[SAGECell] Code Completion
#601
Open
rctheriot
opened
1 year ago
rctheriot
commented
1 year ago
SAGEcell support for code completion.
renambot
commented
1 year ago
Initial overview:
can be enabled now for js/ts/...
UI issue where code completion is not displayed in the right place (since we use zoom, translation, ...)
how to add python code completion: monaco exposes some API for that...
renambot
commented
1 year ago
String completion in
inline
mode inside cell now (tab to complete)
In the drawer, I enabled the menu suggestions
All this is just text completion, based the text in the input element.
SAGEcell support for code completion.