nimlsp icon indicating copy to clipboard operation
nimlsp copied to clipboard

After the colon there should be the type of symbol

Open AmjadHD opened this issue 2 years ago • 2 comments

image image

Seems inconsistent.

AmjadHD avatar Sep 04 '22 16:09 AmjadHD

I have no idea what this is supposed to mean. Screenshots of an editor isn't really helpful, because I have no idea what has been triggered in NimLSP..

PMunch avatar Sep 05 '22 12:09 PMunch

first screenshot:

:: <<< nimlsp 2: {'contents': {'language': 'nim', 'value': 'asyncfile.AsyncFile: AsyncFile'}, 'range': {'start': {'line': 30, 'character': 32}, 'end': {'line': 30, 'character': 41}}}

second screenshot:

:: <<< nimlsp 3: {'contents': {'language': 'nim', 'value': 'sendJson.sendJsonIter.frame: string'}, 'range': {'start': {'line': 31, 'character': 9}, 'end': {'line': 31, 'character': 14}}}

AmjadHD avatar Sep 05 '22 15:09 AmjadHD