You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: