forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-replarea-terminalcommunity askFeature request that the community expressed interest inFeature request that the community expressed interest infeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
When we execute the command of Run Selection/Line in xxx
, it only executes either the current line if nothing is selected or the selection. For example:
dtypes = {
'date' : 'str',
'item_code' : 'category',
'branch_code' : 'category',
'sale_qty' : 'float',
'sale_val' : 'float',
'return_qty' : 'float',
'return_val' : 'float'
}
When I put my cursor at the first line, it would attempt to run dtypes = {
only. But in the other IDEs such as RStudio, it's a little smart, it intelligently knows that the current line is part of a multiline statement and runs the whole statement.
Thanks.
carlfriedrich, Hozny, Izmil-H, danielwiegand, hermitdemschoenenleben and 30 moreGentleGhostCoder and LudwighaffenGitHunter0
Metadata
Metadata
Assignees
Labels
area-replarea-terminalcommunity askFeature request that the community expressed interest inFeature request that the community expressed interest infeature-requestRequest for new features or functionalityRequest for new features or functionality