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
Extension version (available under the Extensions sidebar): 2018.7.1
OS and version: macOS 10.13.6
Python version (& distribution if applicable, e.g. Anaconda): CPython 3.6.6
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
Relevant/affected Python packages and their versions: N/A
Actual behavior
f"""select * from {table}where {condition}order by {order_columns}limit {limit_num};"""# enter
then:
f"""select * from {table}where {condition}order by {order_columns}limit{limit_num}; """# remove the space bwtween limit and {, and add a space at the end.
Expected behavior
Keep it as it is
Steps to reproduce:
paste the code and have a try.
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
N/A
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)
N/A
The text was updated successfully, but these errors were encountered:
MisLink
changed the title
formatOnType will removes the space between string and brace on the last line of multiline f-string
formatOnType removes the space between string and brace on the last line of multiline f-string
Aug 3, 2018
Environment data
Actual behavior
then:
Expected behavior
Keep it as it is
Steps to reproduce:
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
)The text was updated successfully, but these errors were encountered: