You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing comments in R chunks in Quarto notebooks, autocomplete suggestions pop up for user-defined functions from other .R files in same project, even when this setting is disabled in Positron.
Steps to reproduce the issue:
Make sure "Quick Suggestions" in settings has the value "off" for the "comments" item (this is default).
Create mean_test_function.R file with the following content:
In the same directory, open a Quarto document, insert a R chunk, start writing a comment that would trigger the mean_test_function() autocomplete:
Non-user-defined functions like mean() aren't suggested when writing a comment, but if you are writing code, they are suggested (including user-defined functions), which is expected:
Autocomplete does not make any suggestions when writing comments in a .R file. When replicating the same situation in Python, autocomplete does not seem to suggest anything when writing comments in Python chunks in Quarto, cells in Jupyter notebooks, or standalone .py files.
What did you expect to happen?
I expected autocomplete to follow the selected settings and not make suggestions when writing comments.
Were there any error messages in the output or Developer Tools console?
No.
The text was updated successfully, but these errors were encountered:
Positron Version:
Positron Version: 2023.09.0 (Universal) build 151
Code - OSS Version: 1.79.0
Commit: b107652
Date: 2023-09-18T02:47:09.360Z
Electron: 22.3.10
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.6.0
When writing comments in R chunks in Quarto notebooks, autocomplete suggestions pop up for user-defined functions from other .R files in same project, even when this setting is disabled in Positron.
Steps to reproduce the issue:
mean_test_function()
autocomplete:Non-user-defined functions like
mean()
aren't suggested when writing a comment, but if you are writing code, they are suggested (including user-defined functions), which is expected:Autocomplete does not make any suggestions when writing comments in a .R file. When replicating the same situation in Python, autocomplete does not seem to suggest anything when writing comments in Python chunks in Quarto, cells in Jupyter notebooks, or standalone .py files.
What did you expect to happen?
I expected autocomplete to follow the selected settings and not make suggestions when writing comments.
Were there any error messages in the output or Developer Tools console?
No.
The text was updated successfully, but these errors were encountered: