-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jupyter autocompletion will only show up on empty lines, #10420
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
Conversation
instead of appearing in functions.
src/client/datascience/interactive-common/intellisense/intellisenseProvider.ts
Outdated
Show resolved
Hide resolved
src/client/datascience/interactive-common/intellisense/intellisenseProvider.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
Codecov Report
@@ Coverage Diff @@
## master #10420 +/- ##
==========================================
- Coverage 60.84% 60.83% -0.02%
==========================================
Files 570 579 +9
Lines 30720 31300 +580
Branches 4376 4451 +75
==========================================
+ Hits 18691 19040 +349
- Misses 11078 11295 +217
- Partials 951 965 +14
Continue to review full report at Codecov.
|
ignoring all the jupyter intellisense.
src/client/datascience/interactive-common/intellisense/intellisenseProvider.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -502,6 +502,21 @@ export class IntellisenseProvider implements IInteractiveWindowListener { | |||
}; | |||
} | |||
|
|||
private filterJupyterMatches( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this method does. sounds very generic.
Please could you add comments about what this method does
Kudos, SonarCloud Quality Gate passed!
|
* master: Fix flakey file system tests (#10541) Tweaks for gather (#10532) Fix #10437: Update launch.json handling to support "listen" and "connect" (#10517) Add conda support to nightly flake test (#10523) Rename datascience to datascience_modules (#10525) Clean up the extension activation code. (#10455) Allow escape and ctrl+U to clear the interactive window (#10513) Fix builtins so they don't interfere with our execution (#10511) Jupyter autocompletion will only show up on empty lines, (#10420) notify on missing kernel and interpreter with kernel (#10508)
instead of appearing in functions.
For #10023
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).