redhat-developer / vscode-server-connector

📦 VS Code extension to run JBoss EAP servers and Runtimes
Eclipse Public License 2.0
57 stars 26 forks source link

Make Server Connector more prominent in marketplace #363

Closed lstocchi closed 5 years ago

lstocchi commented 5 years ago

I started thinking about it when André showed us the extension called "Tomcat Adapter for VSCode". This extension has something like 80k+ installs but it doesn't do anything special. So why so many installs? Their strength is that they are easy to find. if you search for Tomcat in the marketplace, they are the only result. tomcat

Now... what about Server Connector? Of course we cannot compete with them on Tomcat yet but our extension/page in the marketplace is not even optimized for our other target keywords. Wildfly? 0 results .... Eap? 0 results ... wildfly

The description page is also very old and should be updated.

Is there someone in charge to do this kind of job (marketing dept.)? or we do take care of it? Maybe vscode marketplace has also some kind of keyword analyzer tool which can help us finding new keywords to target.

adietish commented 5 years ago

Fully agree here. If users can't find us easily (like with the evident 'wildfly' keyword) how would they know or even install our extension?

adietish commented 5 years ago

and as @lstocchi pointed out, there's a keyword section in package.json:

  "keywords": [
    "server",
    "runtimes",
    "middleware",
    "minishift",
    "adapters"
  ],

and these are used when you search in marketplace: image

So in my opinion, wildfly needs to be included in those, no doubt about it. Same for the description that should imho also include "wildfly". This is even more true if you consider that the logo is showing a wildfly 😆

robstryker commented 5 years ago

Don't forget jboss and red hat =P

+1 good find

lstocchi commented 5 years ago

The situation has been improved. Now this extension can be found for a bunch of keywords.

image