-
Notifications
You must be signed in to change notification settings - Fork 45
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
triple-quotes cause completion of files in the current working direcrory #270
Comments
Have you confirmed that these completions are coming from jedi-language-server? I don't think jedi returns these completions |
The BBEdit lead dev confirmed to me that it does not generate any completions in docstrings, and does not do completions from the disk in general (only from something like ctags, which I am not using). |
To clarify slightly: If I disable the jedi server integration and cold-start and open a new buffer, typing |
I'm pretty sure this is coming from Jedi. I understand that it's questionable, but the question is where do you want file completions and where not? I feel like this just depends a lot on the users. I understand that in triple quotes especially in a docstring position these are not very useful. |
yeah I feel like automatically showing |
I see... based on david's input, here are the options I can see:
|
I would be more than happy with #2. |
A couple thoughts:
|
Version 0.40.0, Python 3.11.3 via Homebrew on Mac OS X 13.3.1(a). Using BBEdit.
When doing a triple-quote, I receive completions for files in the same directory as the file I'm editing. I have confirmed w/ the author of BBEdit that it's not doing any docstring completion.The text was updated successfully, but these errors were encountered: