Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

[LanguageServer] Quickfixes with new API #279

Open
andreasmuelder opened this issue Jul 30, 2019 · 0 comments
Open

[LanguageServer] Quickfixes with new API #279

andreasmuelder opened this issue Jul 30, 2019 · 0 comments

Comments

@andreasmuelder
Copy link
Member

The Language Server does not use the Quickfixes provided in com.yakindu.solidity.ui.quickfix.SolidityQuickfixProvider

The quickfixes for the language server have to be implemented in
com.yakindu.solidity.ide.internal.SolidityIdeCodeActionService

Since we avoid to implement every quickfix twice (one for LSP and one for the native Eclipse IDE) we should create an adapter from 1 API to the other or extract the Quickfix Logic to a separate Class that can be reused in both.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants