Closed mikehaertl closed 1 year ago
eclipse.jdt.ls often returns -1 for activeParamer. This seems to be in line with the LSP specs.
-1
activeParamer
Current code only checks if activeParameter lies above the upper limit but not if its below.
activeParameter
Also see https://github.com/eclipse/eclipse.jdt.ls/issues/2434
Thank you for your contribution. I left a small comment. Could you please check it?
LGTM. Thank you!
eclipse.jdt.ls often returns
-1
foractiveParamer
. This seems to be in line with the LSP specs.Current code only checks if
activeParameter
lies above the upper limit but not if its below.Also see https://github.com/eclipse/eclipse.jdt.ls/issues/2434