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

Add linked editing support #10200

Closed
Tracked by #9863
tsmaeder opened this issue Sep 30, 2021 · 0 comments · Fixed by #11137
Closed
Tracked by #9863

Add linked editing support #10200

tsmaeder opened this issue Sep 30, 2021 · 0 comments · Fixed by #11137
Labels
vscode issues related to VSCode compatibility

Comments

@tsmaeder
Copy link
Contributor

Feature Description:

Add support for linked editing. Linked editing is supported in the version of monaco we use: https://github.com/theia-ide/vscode/blob/standalone/0.23.x/src/vs/editor/standalone/browser/standaloneLanguages.ts#L427

The tasks would be:

  1. Add the types and functions from the above reference to packages\monaco\src\typings\monaco\index.d.ts
  2. Add Types LinkedEditingRanges and LinkeEditingRageProvider to theia.d.ts
  3. Add registerLinkedEditingRangeProvider to the languages API namespace and implement registration analog to other editor features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant