Log on to the enterprise standard edition

更新时间:
复制 MD 格式

Qoder CN enterprise standard edition developers can use an Alibaba Cloud account to log in to Qoder CN. This topic provides login instructions for developers of the enterprise standard edition.

Log on to Qoder CN

Step 1: Prerequisites

  • You have an Alibaba Cloud account. For instructions, see Sign up for an Alibaba Cloud account on a PC.

  • You have developer permissions in your organization. If you do not have the required permissions, contact the Qoder CN administrator in your organization to request access. For more information, see Permission management.

  • You have installed the Qoder CN IDE extension in JetBrains IDEs, Visual Studio Code, or Visual Studio, or you have downloaded and installed the Qoder CN IDE. For instructions, see Installation guide.

Step 2: Log in to Qoder CN in the IDE

Note

If you have multiple local IDE clients installed on your computer, your logon status is synchronized across the Qoder CN extensions in all clients. You only need to log on once.

You can log on to the Qoder CN enterprise standard edition in the following ways:

  • Log on with your account (Recommended)

  • Log on with an AK/SK

  • Log on with a personal access token

Method 1: Sign in with an account for Qoder CN (Recommended)

  1. After installing Qoder CN, log on with your Alibaba Cloud China site account.

    In the Qoder CN panel in the IDE sidebar, click Log on with Alibaba Cloud China site account. Your browser automatically redirects to the Alibaba Cloud logon page.

  2. On the Alibaba Cloud logon page, log on. A RAM user can log on from the RAM user logon page. After logging on, you can select an identity based on your account and its relationship with an organization. The scenarios are as follows:

    • Scenario 1: If you log on with an Alibaba Cloud account, you can choose to log on as an individual user or as a developer within an organization. You must select the developer identity for your organization.

    • Scenario 2: If you log on as a RAM user, the following may occur: If you are a member of only one enterprise standard edition organization and have developer permissions, your developer identity for that organization is selected by default, and you proceed to the next step. If you are a member of multiple enterprise standard edition organizations and have developer permissions in each, you must select one developer identity to log on.

  3. After selecting an identity, a success message appears. You can now use the service.

Method 2: Log on to with an AccessKey pair

When you can't open the Alibaba Cloud logon page in your browser, you can log on to Qoder CN using an AccessKey pair of the AccessKey ID (AK) and the AccessKey secret (SK).

This includes the following situations:

  • When developing remotely, such as in a Remote SSH, WSL, or Docker development environment.

  • When using the Visual Studio Code Web IDE.

  • When using an IDE built on an open source version of the Visual Studio Code Web IDE, if the IDE provider integrates with Open VSX. You'll need to download Qoder CN.

Here are the detailed steps:

  1. Go to the Alibaba Cloud Management Console to get an AccessKey pair.

    莫3@1x

  2. Enter the AccessKey ID and AccessKey secret on the settings page to log on to Qoder CN.

    • VS Code and Qoder CN IDE:

      1. Use the following shortcut key to open the command palette:

        macOS

        Windows

        ⌘ ⇧ P

        Ctrl Shift P

      2. Search for Qoder CN to find the option Log in with Alibaba Cloud AK/SK.

      3. Paste the access token you copied in Step 1.

      4. (If you're an enterprise user) Select an organization.

      5. Press Enter to log on.

    • JetBrains IDEs:

      1. Go to the settings page. 

      2. Under Other Settings > Qoder CN, find the option Log in with Alibaba Cloud AK/SK.

      3. Paste the access token you copied in Step 1. 

      4. (If you're an enterprise user) Select an organization.

      5. Click Log in.

    • In Visual Studio, this method is not supported.

    image@1x (22)

Method 3: Personal access token loginQoder CN(VS Code)

Note

To log on with a personal access token, ensure that your Qoder CN IDE extension is v1.4.1 or later.

When you use a local VS Code IDE, a web IDE, or a remote development environment such as Remote SSH, WSL, or Docker, developers in an enterprise standard edition organization can log on with a personal access token.

  1. Navigate to the personal access token management page for your enterprise standard edition organization. Direct link: obtain a personal access token.

  2. Create a personal access token and set the permission to Qoder CN-Developer-ReadOnly. After the token is created, copy the personal access token.

  3. The procedure for using the personal access token varies by IDE client.

    • In VS Code and Qoder CN IDE, use the shortcut P (CtlShiftP) to open the Command Palette. Search for Qoder CN and select the option to log in to Qoder CN. Paste the personal token that you copied in Step 2. If your account is authorized for only one organization, press Enter to complete the login. If your account is authorized to use the Qoder CN IDE in multiple organizations, press Enter, and then select the organization that you want to use to complete the login.

    • JetBrains IDEs: Open your IDE settings, and find the Qoder CN settings. If you are not logged in, you can find the option to log in by using an Access Token. Paste the personal token that you copied in Step 2. If your account is authorized for only one organization, click Login. If your account is authorized to use the Qoder CN IDE in multiple organizations, you must select an organization and then click Login.

Log off from Qoder CN

To log off, follow these steps in your IDE:

  • JetBrains IDEs and VS Code: Click the drop-down bar next to your username in the chat panel and select Log out.

  • Visual Studio: From the top menu, choose Tools > Qoder CN > Log out.

After you log off from Qoder CN:

  • You'll be unable to use the chat and LLM-based code completion features.

  • Local models will still be available for code completion, technical documentation, and code snippet library capabilities (IntelliJ IDEA).