You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nimsuggest currently only returns positions for symbols, errors, etc. This means that some editors ends up doing things like this: https://github.com/pragmagic/vscode-nim/blob/master/src/nimMain.ts#L146 in order to try and convert a position to a range. Would this be possible to do better directly in Nimsuggest?
The text was updated successfully, but these errors were encountered:
Nimsuggest currently only returns positions for symbols, errors, etc. This means that some editors ends up doing things like this: https://github.com/pragmagic/vscode-nim/blob/master/src/nimMain.ts#L146 in order to try and convert a position to a range. Would this be possible to do better directly in Nimsuggest?
The text was updated successfully, but these errors were encountered: