Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate monaco for input prompt in Python Interactive Window #3678

Closed
rchiodo opened this issue Jan 21, 2019 · 2 comments
Closed

Investigate monaco for input prompt in Python Interactive Window #3678

rchiodo opened this issue Jan 21, 2019 · 2 comments

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Jan 21, 2019

Autocomplete may be easier and look more consistent if we used it.

Questions still open:

  • Cursor - it supports line and block.
  • Theming - only supports vs and vs dark. Might be able to use this to just set background? The regular editor gets around this by doing its own tokenization and setting a global css that matches the tokens. See https://github.com/Microsoft/monaco-editor/blob/master/test/tokenization.html
  • Autocomplete - this is the good part. It will look like VS Code and we won't have to implement the drop down.
@rchiodo
Copy link
Contributor Author

rchiodo commented Jan 21, 2019

Might be able to use this too:
https://github.com/brijeshb42/monaco-themes

@rchiodo
Copy link
Contributor Author

rchiodo commented Jan 21, 2019

This issue describes how to do custom tokenization
microsoft/monaco-editor#306

@greazer greazer closed this as completed Mar 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants