Dave Halter
|
5fc308f1f8
|
call signature -> signature
|
2019-12-20 19:41:57 +01:00 |
|
Dave Halter
|
e1d787821b
|
usages -> find_references
|
2019-12-20 19:23:26 +01:00 |
|
Dave Halter
|
adff6d34a4
|
goto_assignment -> goto everywhere where it was left
|
2019-12-20 19:15:41 +01:00 |
|
Dave Halter
|
d7d9c9642a
|
Don't use goto_definitions anymore, use infer
|
2019-12-20 19:06:24 +01:00 |
|
Dave Halter
|
dbb61357c3
|
Make sure that jedi.names is not references anymore
|
2019-12-20 18:04:47 +01:00 |
|
Dave Halter
|
f03c70e577
|
Refactor run.py to use the new API
|
2019-12-20 17:25:44 +01:00 |
|
Dave Halter
|
2cc898ba35
|
Get rid of completions in tests
|
2019-12-20 16:54:51 +01:00 |
|
Dave Halter
|
38460ce9d7
|
Use complete instead of completions in test_api/
|
2019-12-20 16:16:01 +01:00 |
|
Dave Halter
|
39605bfa08
|
Make sure goto_assignments is no longer used on Definition
|
2019-12-20 14:43:20 +01:00 |
|
Dave Halter
|
1f4be4bc51
|
Make sure that goto is used instead of goto_assignments
|
2019-12-20 14:31:42 +01:00 |
|
Dave Halter
|
095a9c530a
|
Fix a rb byte literal test
|
2019-12-20 10:49:28 +01:00 |
|
Dave Halter
|
45edfbdeeb
|
Goto definition doesn't work on strings anymore, fixes microsoft/vscode#81520
|
2019-12-20 10:29:54 +01:00 |
|
Dave Halter
|
540a57766d
|
Make sure that sequence literals have the right generic classes, fixes #1416
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
e56d4fde98
|
Improved Generic subclass matching
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
51e2e90dce
|
Make sure overload checks work for TypeAlias, see #1416
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
902b355aea
|
Avoid recursion in a specific example, see also #1458
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
41a6591d88
|
Completions.complete returns None for fuzzy completions #1409
|
2019-12-15 19:56:56 +01:00 |
|
Dave Halter
|
f91f655d55
|
Cleanup fuzzy tests a bit, see #1409
|
2019-12-15 19:50:43 +01:00 |
|
Dave Halter
|
ec2391c74f
|
Merge branch 'feature_827_fuzzy_search' of https://github.com/jmfrank63/jedi
|
2019-12-15 19:08:33 +01:00 |
|
Dave Halter
|
38eb2c9ba3
|
Make sure that the definition order in stubs are ignored
|
2019-12-15 18:41:41 +01:00 |
|
Dave Halter
|
9d35adda02
|
Make sure that a goto on stubs even without the implementation is possible
|
2019-12-15 18:00:09 +01:00 |
|
Dave Halter
|
6e2a76feb9
|
Fix a goto case with nested pyi files
|
2019-12-15 17:37:24 +01:00 |
|
Dave Halter
|
35442eff81
|
Catch some cases were _sqlite3.Connection was misidentified as sqlite3.Connection
|
2019-12-15 16:15:55 +01:00 |
|
Dave Halter
|
8fc84a2aaa
|
Rename goto_changes to options
|
2019-12-15 14:36:36 +01:00 |
|
Dave Halter
|
3219f14c63
|
Files bigger than one MB (about 20kLOC) get cropped to avoid getting stuck completely
Fixes #843
|
2019-12-14 12:39:40 +01:00 |
|
Dave Halter
|
7639bc2da9
|
Upgrade typeshed, fixes #1084
|
2019-12-14 11:38:37 +01:00 |
|
Dave Halter
|
a6bf49783f
|
Make sure param annotation completions work
|
2019-12-14 02:55:11 +01:00 |
|
Dave Halter
|
6b9add4264
|
Python 2 compatibility
|
2019-12-13 16:58:56 +01:00 |
|
Dave Halter
|
92c59180fd
|
Make sure goto definitions works on with, fixes #1280
|
2019-12-13 16:57:18 +01:00 |
|
Dave Halter
|
923fcf95d9
|
Make sure that __getattr__ is always working with Interpreter
fixes #1378
|
2019-12-13 16:07:38 +01:00 |
|
Dave Halter
|
b9f8a7f52e
|
Make sure that Python 2 passes a test on more systems
|
2019-12-13 12:28:03 +01:00 |
|
Dave Halter
|
769b3556d2
|
Make sure warnings are not shown if a property is executed, fixes #1383
|
2019-12-13 01:48:56 +01:00 |
|
Dave Halter
|
5e3e268cc6
|
Fix RecursionError: global statements in modules should just be ignored, fixes #1457
|
2019-12-13 00:21:36 +01:00 |
|
Dave Halter
|
e656a5f18f
|
Make it possible to infer Callable TypeVars, fixes #1449
|
2019-12-12 23:46:55 +01:00 |
|
Dave Halter
|
a2cebc4b92
|
Make sure docstrings can always be inferred for builtins modules, fixes #1432
|
2019-12-11 00:06:58 +01:00 |
|
Dave Halter
|
3065609162
|
Forgot to add some test files
|
2019-12-09 19:26:24 +01:00 |
|
Dave Halter
|
8e33fd1931
|
Get the context of a class name right, fixes #1396
|
2019-12-09 09:56:03 +01:00 |
|
Dave Halter
|
ed3fdf8876
|
Make sure classmethod signatures don't include cls, fixes #1455
|
2019-12-09 08:58:59 +01:00 |
|
Dave Halter
|
46982ce42b
|
Add a test to show that type var inference also works for tuples
|
2019-12-09 00:26:18 +01:00 |
|
Dave Halter
|
ab8f0ba834
|
Make sure Callable TypeVars are better identified, solves a part of #1413
|
2019-12-07 15:02:41 +01:00 |
|
Dave Halter
|
0474371f23
|
Make sure overload signatures work, see #1417
|
2019-12-07 00:30:37 +01:00 |
|
Dave Halter
|
c582545628
|
Shorten a line to < 100 chars
|
2019-12-06 16:41:47 +01:00 |
|
Dave Halter
|
759808e8bb
|
Fix a tuple test
|
2019-12-05 20:01:27 +01:00 |
|
Dave Halter
|
36b800f8d3
|
Make sure that Tuple autocompletes properly, fixes #1389
|
2019-12-05 18:55:33 +01:00 |
|
Dave Halter
|
7e64bfa075
|
Avoid more Python 2
|
2019-12-05 17:44:47 +01:00 |
|
Dave Halter
|
54f4bd0bad
|
Fix issues with interpreter completions on unittest.mock.
For 3.6+ an error was ignored that lead to crashes. In 3.5 the OOM killer
eventually arrived...
Fixes #1415
|
2019-12-05 10:09:22 +01:00 |
|
Dave Halter
|
700bd12122
|
Improve call signature detection by a lot
Fixes #1399
|
2019-12-04 23:55:26 +01:00 |
|
Dave Halter
|
4ba3dc69b3
|
Make sure we use the right context in case of goto with decorators, fixes #1427
|
2019-12-04 00:25:43 +01:00 |
|
Dave Halter
|
19aa50bb7f
|
Make sure an assert no longer causes unnecessary trouble
Fixes #1426, fixes #1414
|
2019-12-03 23:10:24 +01:00 |
|
Dave Halter
|
8aee1e6213
|
Make sure that decorator signature completion is working, see #1433
|
2019-12-03 22:20:38 +01:00 |
|