Skip to content

Missing IntelliSense or code auto completion #30

Description

@rinkist

Hi,

We followed the tutorial and set up a working code-server instance running on Sagemaker Studio.
One very crucial part is to have IntelliSense or code auto completion when working with packages like pandas, etc.

However, this code completion seems not to work with loaded modules/packages like pandas or numpy but with internal defined functions/method/classes only.

Since code-server can not use pylance as a LSP, I made the change to "Jedi" as the default language server.
In my local set up (running code-server on a local machine) the auto-completion works out.

However, in my Sagemaker Studio hosted environment it does not. Code completion is quite essential for us (otherwise we can also stick to a text editor).

Therefore, I wanted to ask if you faced similar issues? The problem could be the environment code-server is running in (e.g., no access to the installed packages to make suggestions)

P.S. I ensured that the pandas package is installed in the used python interpreter as well as in the conda env the shell is running in

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions