We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc0687 commit 3467886Copy full SHA for 3467886
lua/java-core/ls/clients/jdtls-client.lua
@@ -133,6 +133,14 @@ end
133
---@field errorMessage? string
134
---@field destinations jdtls.InstanceMethodMoveDestination[]|jdtls.ResourceMoveDestination[]
135
136
+---@class jdtls.ImportCandidate
137
+---@field fullyQualifiedName string
138
+---@field id string
139
+
140
+---@class jdtls.ImportSelection
141
+---@field candidates jdtls.ImportCandidate[]
142
+---@field range Range
143
144
---@param params jdtls.MoveParams
145
---@return jdtls.MoveDestinationsResponse
146
function JdtlsClient:get_move_destination(params)
0 commit comments