-
Notifications
You must be signed in to change notification settings - Fork 218
Add a plugin to provide autoimport functionality #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
60c3101
initial autoimport work
bagel897 f71f4e6
provide suggestions
bagel897 fea8678
use str for sorting
bagel897 caa0e3c
textEdit to actually insert edits
bagel897 e5bb74c
use parso to decide to use autoimport
bagel897 95bf65e
use fixture on test suite, use new search_full api, ignore statments …
bagel897 60dbe47
ignore class, dots, import statements
bagel897 803455c
use thresholding for sorting
bagel897 b1fcbfe
implement document_did_save, adjust sorting
bagel897 8cb971c
update docs, place imports correctly.
bagel897 7ef14bd
update to use sqlite implementation
bagel897 fabac92
Merge branch 'develop' of https://github.com/python-lsp/python-lsp-se…
bagel897 bba1d16
clean up, bump rope to 1.1.1, make default disabled
bagel897 8f6f2ce
fix: schema order
bagel897 a363cc2
redo test suite
bagel897 a5304ab
use type hint
bagel897 e63cddd
Move autoimport object into workspace.
bagel897 a54c86a
format
bagel897 0c6b645
fix closing issues
bagel897 20d36de
Update pyproject.toml
bagel897 947b7ba
Merge branch 'develop' into autoimport
bagel897 163dd6e
Merge branch 'develop' of https://github.com/python-lsp/python-lsp-se…
bagel897 f951c48
fix: config
bagel897 3214d8f
fix: respect memory preference
bagel897 936b32d
Merge branch 'develop' of https://github.com/python-lsp/python-lsp-se…
bagel897 6009cfa
fix: pylint errors
bagel897 2f09dd6
Make test data persist
bagel897 f605a53
Merge branch 'develop' of https://github.com/python-lsp/python-lsp-se…
bagel897 e640c53
Switch to jedi get_names
bagel897 c3901ba
tests: use session scoped workspace
bagel897 36dee07
fix pylint errors
bagel897 332217f
Use MAX_SIZE, don't use tuple unpacking
bagel897 bb529ff
Use snake-cased name
bagel897 6664258
Update pylsp/config/schema.json
bagel897 f5a2992
Formatting changes
bagel897 76f68de
Add copyright headers
bagel897 a120188
Merge branch 'autoimport' of github.com:bageljrkhanofemus/python-lsp-…
bagel897 4bc83c9
Restore Optional Import
bagel897 bdbe5b1
update configuration
bagel897 a881498
Update dep names
bagel897 7f40c74
style: remove extra line
bagel897 72f3a7c
fix: single . handling
bagel897 9a461ba
style: reformat file
bagel897 6ecf97a
Fix another line length issue
bagel897 df80961
Fix style issue in pylsp/plugins/rope_autoimport.py
bagel897 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
redo test suite
- Loading branch information
commit a363cc21ff2cc61fe0fb642272fde6e788004cfc
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.