1
0
forked from VimPlug/jedi

Better completions in comments.

This commit is contained in:
Dave Halter
2016-07-25 09:58:04 +02:00
parent 6ed864f032
commit 2d544c51c6
3 changed files with 38 additions and 9 deletions

View File

@@ -190,6 +190,16 @@ def a():
#?
# str literals in comment """ upper
def completion_in_comment():
#? ['Exception']
# might fail because the comment is not a leaf: Exception
pass
some_word
#? ['Exception']
# Very simple comment completion: Exception
# Commment after it
# -----------------
# magic methods
# -----------------