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
Implement Go to next line only when non-selection/non-highlighted case Dynamic Smart Cursor Movement #21838 (Has to be merged after removing support for 3.7 along with the previous item)
Create, fix tests that were testing selection previously.
Set up an experiment for smart shift+enter and Go to next block line (dynamic cursor movement) in code base.
Deprecate 3.7 and merge the smart send (smart shift+enter, go to next block line) after.
Create tests for both TypeScript and Python side for smart selection, dynamic cursor movement
Enable experiments for all tests in the repo, specifically beneficial for smoke test involving new features.
Warning message, and setting to show when user is trying to smart send with invalid code in the currently opened Python file.
Spike: Investigate common ground between I.W. and Python REPL. Let users use I.W. without having to install Jupyter or IPython kernel. Spike: Investigate common ground between I.W. and Python REPL #23029
- This would enable things like Syntax Highlighting, intellisense out of the box since Pylance understands editor type of IW.
Below lists plans for REPL in VS Code Python as of (Dec 9th, 2024).
More subset of steps are subject to being added as I move forward incrementally.
Milestone 1:
Milestone 2:
Milestone 3:
- This would enable things like Syntax Highlighting, intellisense out of the box since Pylance understands editor type of IW.
pythonin terminal #24270