Dave Halter
|
692bf5cfb7
|
Properly identify side effects, fixes #1411
|
2020-02-04 10:12:13 +01:00 |
|
Dave Halter
|
2c62166ff6
|
Get parser errors working, fixes #1488
|
2020-02-03 22:06:12 +01:00 |
|
Dave Halter
|
3101e43aa6
|
Merge branch 'master' into project
|
2020-02-03 09:26:43 +01:00 |
|
Dave Halter
|
4c7179bc87
|
Generate type hints, fixes #987
|
2020-02-02 16:55:10 +01:00 |
|
Dave Halter
|
8ff2ea4b38
|
Make sure to not load unsafe modules anymore if they are not on the sys path, fixes #760
|
2020-01-31 13:09:28 +01:00 |
|
Dave Halter
|
e7a77e438d
|
Remove python_version again, it might not be needed
|
2020-01-31 02:15:24 +01:00 |
|
Dave Halter
|
a05628443e
|
Make sure serialization works for projects
|
2020-01-31 02:14:34 +01:00 |
|
Dave Halter
|
d09882f970
|
Remove django from the project API
|
2020-01-31 01:50:52 +01:00 |
|
Dave Halter
|
e5ec2a3adf
|
Introduce two new Project params: python_path, python_version
|
2020-01-31 01:46:55 +01:00 |
|
Dave Halter
|
251ff447bc
|
Add added_sys_path to Project, fixes #1334
|
2020-01-31 00:08:24 +01:00 |
|
Dave Halter
|
ceccbf3678
|
Make the Project API public, fixes #778
|
2020-01-30 19:24:16 +01:00 |
|
Dave Halter
|
f42ab8872d
|
compiled_object -> compiled_value
|
2020-01-25 18:25:19 +01:00 |
|
Dave Halter
|
9c0efd5a67
|
Prepare a test for #1479
|
2020-01-25 01:07:20 +01:00 |
|
Dave Halter
|
11b61596e0
|
Make sure that del_stmt as a name can be handled, see #313
|
2020-01-23 23:58:52 +01:00 |
|
Dave Halter
|
cc8a3f192d
|
Removed settings.no_completion_duplicates
|
2020-01-23 23:16:02 +01:00 |
|
Dave Halter
|
dbdd556a2b
|
Add follow_imports to Definition.goto, fixes #1474
|
2020-01-22 18:29:02 +01:00 |
|
Dave Halter
|
5c68304bec
|
Raise a proper exception instead of assert in case only_stubs and prefer_stubs are given
|
2020-01-22 10:00:10 +01:00 |
|
Dave Halter
|
bff6e95e28
|
Rename Script.names to Script.get_names, fixes #1476
|
2020-01-22 01:22:46 +01:00 |
|
Dave Halter
|
8cc836e816
|
find_signatures -> get_signatures, see #1476
|
2020-01-22 01:10:38 +01:00 |
|
Dave Halter
|
58f54d8391
|
find_references -> get_references, see #1476
|
2020-01-22 01:06:37 +01:00 |
|
Dave Halter
|
bf446f2729
|
Add a completion cache for numpy/tensorflow, fixes #1116
|
2020-01-05 18:13:24 +01:00 |
|
Dave Halter
|
aca2a5a409
|
Undo finding signatures for everything and only do it for stubs and non-statements for when used in docstrings
|
2020-01-04 16:00:07 +01:00 |
|
Dave Halter
|
673ea0c5a5
|
Little refactoring
|
2020-01-03 10:38:00 +01:00 |
|
Dave Halter
|
92a2e17a9e
|
Remove get_signatures again from names
|
2020-01-03 00:54:13 +01:00 |
|
Dave Halter
|
3b6bbab556
|
Infer doctests and signatures uniformly, fixes #1466
|
2020-01-03 00:45:14 +01:00 |
|
Dave Halter
|
bac91652ea
|
Raise a deprecation warning on Definition.params
|
2020-01-02 16:11:58 +01:00 |
|
Dave Halter
|
04a738c014
|
Remove unnecessary code
|
2020-01-01 23:11:02 +01:00 |
|
Dave Halter
|
0a53ce5136
|
Separate getting docstrings and getting signatures for names, see discussion #1466
|
2020-01-01 23:05:06 +01:00 |
|
Dave Halter
|
54bd0b437f
|
Make sure that equals will only be added to keyword arguments and not just randomly
|
2020-01-01 19:00:17 +01:00 |
|
Dave Halter
|
47e2cf95d2
|
Change ModuleValue param order and add defaults
|
2020-01-01 17:07:19 +01:00 |
|
Dave Halter
|
66ad620692
|
Get rid of a lot of flake8 errors
|
2020-01-01 02:42:31 +01:00 |
|
Dave Halter
|
818577f423
|
Make sure to get completions for backticks in docstrings work, see #860
|
2020-01-01 01:53:55 +01:00 |
|
Dave Halter
|
cea7a12908
|
Some more clarifications around docstrings, see #860
|
2020-01-01 01:45:58 +01:00 |
|
Dave Halter
|
50c5eb5786
|
Get doctest completions working, fixes #860
|
2020-01-01 00:59:44 +01:00 |
|
Dave Halter
|
e4cf9293c2
|
Clarify a sentence around virtualenv security, see #1250
|
2019-12-31 19:20:59 +01:00 |
|
Dave Halter
|
83ce8b1162
|
Make the completions possible for Interpreter objects
|
2019-12-31 18:34:50 +01:00 |
|
Dave Halter
|
ca13c44788
|
Make sure to avoid duplicates in completions
|
2019-12-31 11:16:11 +01:00 |
|
Dave Halter
|
94a97ff8e8
|
Fix remaining issues with dict completions
|
2019-12-30 22:59:01 +01:00 |
|
Dave Halter
|
46ac4371df
|
Make most dict completions possible
|
2019-12-30 14:15:32 +01:00 |
|
Dave Halter
|
9fa4811425
|
Get dict completions mostly working
|
2019-12-30 03:34:18 +01:00 |
|
Dave Halter
|
7e769b87f3
|
Fix some more dict tests
|
2019-12-30 00:29:55 +01:00 |
|
Dave Halter
|
c7296ade68
|
Merge branch 'master' into dict
|
2019-12-28 12:17:04 +01:00 |
|
Dave Halter
|
4c22f4dbb1
|
Fix completion for non-pytest params
|
2019-12-27 13:02:16 +01:00 |
|
Dave Halter
|
31936776a5
|
Make completion of pytest fixtures possible
|
2019-12-27 12:29:18 +01:00 |
|
Dave Halter
|
a8782d0070
|
Make sure param completions work the right way
|
2019-12-27 11:48:39 +01:00 |
|
Dave Halter
|
f3c8bc10f5
|
Keyword completion after ... should not work, fixes davidhalter/jedi-vim#506
|
2019-12-25 14:44:25 +01:00 |
|
Dave Halter
|
9578e4252b
|
Goto on a function/attribute in a class now goes to the definition in its super class, fixes #1175
|
2019-12-24 12:49:23 +01:00 |
|
Dave Halter
|
1d17033717
|
Add support for completion even when __getattr__ is present, fixes #997
|
2019-12-24 01:44:53 +01:00 |
|
Dave Halter
|
eca8278eef
|
Fix an error recovery goto issue, fixes davidhalter/jedi-vim#962
|
2019-12-23 10:09:45 +01:00 |
|
Dave Halter
|
f2a64e24c8
|
Catch an additional case for get_context where the cursor is e.g. on the function name
|
2019-12-22 17:35:40 +01:00 |
|