mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Fix problem with adding completion from star argument, make element pattern more specific, merge completion provider classes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
my_dict = {"fst": 1, "snd": 2}
|
||||
|
||||
"formatted string {fst}{snd}".format(**my_dict)
|
||||
@@ -0,0 +1,3 @@
|
||||
my_dict = {"fst": 1, "snd": 2}
|
||||
|
||||
"formatted string {f<caret>}{snd}".format(**my_dict)
|
||||
Reference in New Issue
Block a user