-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing IntelliSense or code auto completion #30
Comments
Hi, As you can see in this screenshot, IntelliSense was working well: As a consequence, we need to investigate when and were this regression was introduced. |
Hi, I have done further investigations in this direction and have to rephrase my original statement.
When I install code-server (
The However, if I install new packages (i.e., pandas) in this environment I would not get any IntelliSense support for it. It only works if I install new packages in I can for now live with it. However, in best case code-server would read the packages of the current selected env so that one does not have to "pollute" the studio env with packages. Setup:
Versions:
|
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
The text was updated successfully, but these errors were encountered: