mld-0 / insert_printf_vi

Insert a python print(f"") statement at the cursor for given varnames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim plugin to insert at the current position a python printf statement

Usage: :InsertPrintf var1 var2 var3

Will insert the following at the cursor: print(f"var1=({var1}), var2=({var2}), var3=({var3})")

About

Insert a python print(f"") statement at the cursor for given varnames


Languages

Language:Vim Script 100.0%