rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

autocompletion for packages in `@module` doesn't work when writing namespace

Open tsnobip opened this issue 2 months ago • 0 comments

For example I want to get autocompletion on @codemirror/language, writing langu will find it, but writing @codem or even @c and you'll get no autocompletion.

tsnobip avatar Oct 27 '25 09:10 tsnobip