-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Language Server: Request textDocument/completion failed #2263
Comments
I meet the same issue. Environment dataVS Code version: 1.25.1 (1.25.1) Logs
|
Duplicate of #2017? |
~@Fogetti @cadl ~ |
Closing in favor of #2262 |
@DonJayamanne Was it intentional that now both issues (this and #2262 ) are closed? I can't see either of them resolved or worked on. So basically you just simply closed both bugs, right? Am I missing something? |
Meant to reopen the other issue. Fixed |
Environment data
Django>=1.7.7,<1.8
Actual behavior
When I start typing a not yet declared data attribute name let's say
self.zelda
immediately when I type the dot, the error is raised and keeps throwing errors with each character typed.Expected behavior
Don't throw errors just because a data attribute (which is not-yet defined) is not found.
Steps to reproduce:
self.data_attribute
) in a class__init()__
method the output window pops up on each character typed which is not found and the output is like below.Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)NOTHING in Dev Tools
The text was updated successfully, but these errors were encountered: