Dave Halter
b82e1e28e5
Get at least some usages stuff right.
2014-11-22 02:05:36 +01:00
Dave Halter
59225ceaa3
usages issues.
2014-09-25 00:14:43 +02:00
Dave Halter
e872d9e073
Script.goto_assignments now always needs a call_path. Otherwise it raises a NotFoundError.
...
This change makes Jedi's behavior more consistent.
2014-09-04 00:56:58 +02:00
Dave Halter
749d0121fc
change test results, because of inserts in another test file
2014-07-02 13:15:36 +02:00
Dave Halter
44238a9f92
submodules are automatically indexed without actually importing them. fixes #413 .
...
However, this is not a 100% correct Python behavior. Python behavior would be to follow ALL imports in all modules (recursively) and check if the module was imported. However, that's a lot of work, that would slow down autocompletion. For now it's better to have no false positives in flaking and to ignore a few attribute errors.
2014-06-25 01:39:43 +02:00
Dave Halter
bc7896f93d
unicode issues in usage matching
2014-04-29 12:20:25 +02:00
Dave Halter
b643325889
type of NamePart in definition should work.
2014-04-18 01:31:07 +02:00
Dave Halter
fe98940624
test for problem with builtins in usages
2014-04-17 14:41:56 +02:00
Dave Halter
ced5b6ca82
goto_assignments and usages both working now with issues like #315
2014-03-29 16:37:39 +01:00
Dave Halter
18f225200a
test for dynamic params/usages case
2014-01-26 23:13:46 +01:00
Dave Halter
090536d03c
fix by disabling test - usages are tainted crap anyway :)
2014-01-06 23:41:40 +01:00
David Halter
a895561f1a
fixed a problem that combined __getattr__ and usages
2013-08-13 15:39:26 +04:30
David Halter
2359ccbeb1
rename completion/renaming.py to usages.py
2013-08-13 15:13:18 +04:30