Replies: 1 comment 1 reply
-
Hey @tenFnAN, thank you for the initial context you've provided. Let's grab some Python kernel logs to further diagnose the problem you're seeing. Could you please do the following the next time you reproduce this issue:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing a very frustrating issue with Positron's IntelliSense functionality. Occasionally, in .py files, autocomplete suggestions are not displayed. Below are some observations and examples, along with screenshots for reference.
### Key Observations:
The issue occurs for various objects:
No issues in .ipynb files: Autocomplete works quickly and reliably there.
Analogous issue with "Go to Definition": Sometimes this functionality is also unresponsive.
File-specific behavior:
Project context:
I am working on a computer vision project involving many files (images + videos).
The scripts are not overly complex but import several libraries.
Timing and patterns:
The issue often starts after some time working in the project on a given day.
It resolves temporarily, but then reappears after I write more code.
Environment context:
I don’t keep large files in memory within my environment.
The issue seems to behave as if "something gets clogged."
### My Questions:
Environment Details:
Positron Version: 2025.01.0 (Universal) build 159
Code - OSS Version: 1.95.0
Commit: bc8820b
Date: 2025-01-09T23:29:00.471Z
Electron: 32.2.1
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.4.0
I would be very grateful for any suggestions and assistance!
Beta Was this translation helpful? Give feedback.
All reactions