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
we use longer names to make it easier for people to find Tabnine in the search results.
I understand that, but shouldn't there be a restriction on displayName length from Visual Studio Code itself to prevent authors from using whatever length they feel like? As then I would not end up with the scenario as shown in the screenshot, especially I not being able to view the activation time.
On a side note, I also feel not imposing length or quantity restrictions for items in the extension manifest leads to abuse and unfair competition. I strongly feel this should be regulated so that all extensions have equal visibility and opportunity to grow their user base and not based on who adds more things in the fields. Right now, I see only the following two restrictions:
Name
Type
Details
description
string
A short description of what your extension is and does.
keywords
array
An array of keywords to make it easier to find the extension. These are included with other extension Tags on the Marketplace. This list is currently limited to 5 keywords.
But short is subjective. Short to you is different from short to me. I feel there should be a well-defined maximum number. And likewise, for keywords, I see many extensions using more than 5 keywords including the one I mentioned which is using 34 keywords.
Other fields don't have restrictions at all.
The text was updated successfully, but these errors were encountered:
It seems authors are adding such long titles for better discoverability. I do not think we shall encourage authors to come up with such hacks for discoverability. Is it possible to place some restrictions for such usages?
like everyone mentioned it is an issue with search, and people optimising their extension to show up on the top.
As we improve the search, we hope extension authors will stop doing this.
We will evaluate this later, while we deploy search improvements. I am closing this issue for now
Initially filed by @aravindvnair99 here - microsoft/vscode#126771
Does this issue occur when all extensions are disabled?: No
Steps to Reproduce:
Running Extensions
orExtension panel
to end up with these:Unable to see activation time in Visual Studio Code - Running Extensions:
Name not completely visible in Visual Studio Code - Extension panel
I did report to the authors at codota/tabnine-vscode#535 and also gave them a PR for the same at codota/tabnine-vscode#536 which they have closed by saying:
I understand that, but shouldn't there be a restriction on
displayName
length from Visual Studio Code itself to prevent authors from using whatever length they feel like? As then I would not end up with the scenario as shown in the screenshot, especially I not being able to view the activation time.On a side note, I also feel not imposing length or quantity restrictions for items in the extension manifest leads to abuse and unfair competition. I strongly feel this should be regulated so that all extensions have equal visibility and opportunity to grow their user base and not based on who adds more things in the fields. Right now, I see only the following two restrictions:
But
short
is subjective. Short to you is different from short to me. I feel there should be a well-defined maximum number. And likewise, for keywords, I see many extensions using more than 5 keywords including the one I mentioned which is using 34 keywords.Other fields don't have restrictions at all.
The text was updated successfully, but these errors were encountered: