CFiggers / vscode-janet-plus-plus

Janet language support for Visual Studio Code
Other
10 stars 2 forks source link

Completion suggests incomplete versions of private identifiers #20

Closed jangler closed 6 months ago

jangler commented 7 months ago

Create a new Janet file. Type a top-level def- binding. Start typing the bound identifier. Incomplete versions of the name appear in the completion list. For instance, if the identifier is circumference, completion will suggest ci, cir, circ, circu, etc.

CFiggers commented 7 months ago

Thanks for reporting! This should be addressed in a forthcoming update to Janet LSP (look out for a new prerelease version over the next ~week).

CFiggers commented 6 months ago

Hi there @jangler —this should be fixed now with pre-release version 1.1.3. Check it out in the Extension Marketplace and let me know if you have any feedback!

jangler commented 6 months ago

Seems fixed, thanks!