SonarLint with Eclipse not able to show projects on SonarCloud

Hello Folks,

We are trying to configure the SonarLint with Eclipse but twe are facing issues like after adding the token for Sonar cloud its not showing the projects created under particular organization.

Eclipse Version: Oxygen.3a Release (4.7.3a)
SonarLint Version:- 4.1

While binding the project to Sonar cloud, we had given the token which we have generated and it doesn’t ask the Organization key , its skipping that part and going directly to connection type

We went to the Eclipse plugin path (eclipse-workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings) edited the config file org.sonarlint.eclipse.core.prefs manually and added the details about organization manually, post that its showing only public project, not the Private projects

Hi @chetananand

it doesn’t ask the Organization key , its skipping that part and going directly to connection type

What do you mean by “connection type”? The flow to configure a connection is:

  1. Choose connection type (SonarQube or SonarCloud)
  2. Token
  3. Choose organization

Can you clarify?