vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Inlay hints are truncated

Open jk000 opened this issue 1 year ago • 12 comments

  • VS Code Version: 1.86.2
  • OS Version: windows remote-ssh to linux

The LSP now truncates the array indices hint, making it hard to easily discern the total size of an array. This change occurred between versions 1.85.2 and 1.86.2. Tested below for clangd version 0.1.26

Before (1.85.2): image The vector is clearly 18 elements.

After (1.86.2): image A glance at the code is insufficient to easily determine the number of elements.

This is the same workspace on the same remote machine. The only difference is the version of vscode.

jk000 avatar Feb 20 '24 16:02 jk000