[New-bugs-announce] [issue29287] IDLE needs syntax highlighting for f-strings

Raymond Hettinger report at bugs.python.org
Mon Jan 16 17:20:08 EST 2017


New submission from Raymond Hettinger:

Follow the lead from Vim, MagicPython, and PyCharm.  Needs separate colorization to make the expression distinct from the rest of the string.  Needs close-brace matching.  Would be desirable to have autocompletion as well.  

https://twitter.com/raymondh/status/819085176764366848

----------
assignee: terry.reedy
components: IDLE
messages: 285585
nosy: rhettinger, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE needs syntax highlighting for f-strings
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29287>
_______________________________________


More information about the New-bugs-announce mailing list