question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intellisense for `sys` fails with new analysis engine

See original GitHub issue
import os
import sys

Intellisense is available for os., but not for sys. When you type sys., the following error is logged in the python console:

[Error - 11:36:51 AM] Request textDocument/completion failed.
  Message: Length cannot be less than zero.
Parameter name: length
  Code: -32000 
[object Object]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
MikhailArkhipovcommented, May 28, 2018

Should be fixed now. Working on test updates.

1reaction
MikhailArkhipovcommented, May 23, 2018

Have yet to run those, only just finished with PTVS set.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Identify issues with IntelliSense (SSMS) - SQL Server
Database Engine Query IntelliSense · Select the Edit menu, select IntelliSense, then select Refresh Local Cache. · Use the CTRL+Shift+R keyboard ...
Read more >
Analysis engine should not analyze entire project · Issue #1861
I don't think the analysis engine should analyze the entire workspace folder and report syntax errors. Currently that's the default behaviour: Problems:.
Read more >
How to reset intellisense in VS Code? - Stack Overflow
Try restarting VS Code and this should solve the issue. ... menu → command palette); Type: Dart: Restart Analysis Server and press Enter....
Read more >
How to Fix Unreal Engine VS Code Intellisense Error Squiggles
A single-line solution to get rid of all false Intellisense red error squiggles in Visual Studio Code C++ code for your UE projects....
Read more >
C/C++ extension FAQ - Visual Studio Code
Frequently asked questions. Why are my files corrupted on format? How do I get IntelliSense to work correctly? Why do I see red...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found