java-language-server
java-language-server copied to clipboard
fix(RangeHelper): fix calculation of position offset
In LSP, position is expressed by line and character offset, not column offset. This fixes position reporting if line contains multi-column character, like tabs.