codota / tabnine-vscode

Visual Studio Code client for Tabnine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
https://www.tabnine.com/install/vscodeֿ
MIT License
1.35k stars 171 forks source link

cannot show codelens #1432

Closed qz1543706741 closed 4 months ago

qz1543706741 commented 4 months ago

please complete the following information:

no codelens

TzufTabnine commented 4 months ago

Hi qz1543706741,

Thanks for contacting us!

In VSCode check/uncheck this box in Tabnine extension settings:

image

qz1543706741 commented 4 months ago

Reference in new issue Hey,TzufTabnine I have confirmed that I have turn on the switch.But there is no codelens. image image

TzufTabnine commented 4 months ago

Hi @qz1543706741 . What is your plugin version?

qz1543706741 commented 4 months ago

@TzufTabnine my plugin version is v3.71.0 image

TzufTabnine commented 4 months ago

Try this function: function map(f, a) { const result = new Array(a.length); for (let i = 0; i < a.length; i++) { result[i] = f(a[i]); } return result; } Let us know if it works there