Fix problem with adding completion from star argument, make element pattern more specific, merge completion provider classes

This commit is contained in:
Valentina Kiryushkina
2015-12-09 20:22:30 +03:00
parent 1b082c5584
commit 2dfb48d82a
4 changed files with 109 additions and 87 deletions
@@ -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)