forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Incorporated the extract method command #18518 #18514
Closed
Closed
Changes from 120 commits
Commits
Show all changes
122 commits
Select commit
Hold shift + click to select a range
9d03ae1
Fixed namespace and type errors
Harry-Hopkinson 3255366
Fetch Jupyter Notebook Interpreters if there are multiple available a…
Harry-Hopkinson 49fbea1
Complying types to reduce errors
Harry-Hopkinson 29881a4
Ran prettier
Harry-Hopkinson f8934ca
News
Harry-Hopkinson d38dc6a
Merge branch 'microsoft:main' into main
Harry-Hopkinson d1bd21e
Used prettier on service.ts
Harry-Hopkinson d6e9b61
Requirements.txt for Python Action Checking
Harry-Hopkinson 7ef27f4
Removed pr file check
Harry-Hopkinson 5c0becb
News
Harry-Hopkinson 9c272b9
News
Harry-Hopkinson a681dff
Merge branch 'main' of https://github.com/Harry-Hopkinson/vscode-python
Harry-Hopkinson b5d568b
Updated cffi version
Harry-Hopkinson 4691570
Ran prettier --check 'src/client/**/*.ts' 'build/**/*.js' for Formatt…
Harry-Hopkinson 0c66d8a
Fixed client factory error and installed react to fix eslint errors.
Harry-Hopkinson cd8ea46
Ran global prettier
Harry-Hopkinson 1ab0a6f
Merge branch 'microsoft:main' into main
Harry-Hopkinson 9319df6
Removed unused imports causing errors
Harry-Hopkinson c5d6b8f
Updated ciffi
Harry-Hopkinson 25760af
Mass prettier linting
Harry-Hopkinson ab885a6
Removed check python formatting - it was causing errors
Harry-Hopkinson 73480dc
Linting back
Harry-Hopkinson edd0633
Removed .eslintignore to fix eslint errors - can be generated again
Harry-Hopkinson 23ae764
Added eslint back
Harry-Hopkinson d56718f
Merge branch 'main' into main
Harry-Hopkinson 41c00a9
Reverted back to original changes before my commits.
Harry-Hopkinson 0c840aa
Updated news
Harry-Hopkinson 99fdbbd
Error message if you try to run code with no active text editor opened.
Harry-Hopkinson 372366a
News
Harry-Hopkinson 9cf072a
Used IApplicationShell
Harry-Hopkinson 8fabd34
Removed unnecessary import
Harry-Hopkinson cadde34
Used vscode.window to stop errors.
Harry-Hopkinson b0689e4
Merge branch 'microsoft:main' into main
Harry-Hopkinson a75bc2e
Testing
Harry-Hopkinson db04879
Merge branch 'main' of https://github.com/Harry-Hopkinson/vscode-python
Harry-Hopkinson f1fc014
Return error
Harry-Hopkinson e2834c0
Used IApplicationShell for pop up windows. Fixed spelling mistake
Harry-Hopkinson b1d8354
Revered back to vscode while fixing error
Harry-Hopkinson f2de95c
Merge branch 'microsoft:main' into main
Harry-Hopkinson ba36dc8
Use IApplicationShell for Error Messages
Harry-Hopkinson bb99fad
Fixed promise types
Harry-Hopkinson f327907
Return Error
Harry-Hopkinson 3bed574
Created new constant for message
Harry-Hopkinson 53675ce
Return a message value
Harry-Hopkinson d37e387
Return the error window
Harry-Hopkinson 7746bd8
Using active editor to remove errors while resolving errors.
Harry-Hopkinson 9da5abf
Use appshell for errors
Harry-Hopkinson 9e8f5b9
Use an Interface for running the error messages
Harry-Hopkinson a076223
Changed types
Harry-Hopkinson 241722e
Imported window from vscode
Harry-Hopkinson 3dd72cb
Use IAppShell to display message for testing
Harry-Hopkinson 7ce4430
Fixed old python that fail to lint
Harry-Hopkinson a12c1e2
Used linting of interpreterInfo to remove error
Harry-Hopkinson f55d416
Full Stop
Harry-Hopkinson b49bc21
Formatted python Files
Harry-Hopkinson e2ca224
Linted Files
Harry-Hopkinson 9d1eeac
Linting
Harry-Hopkinson b2ca7f7
Revert
Harry-Hopkinson 0f60148
Revert
Harry-Hopkinson cfb8063
Python Files reformatted
Harry-Hopkinson 2d1c671
Used an Interface in a type file
Harry-Hopkinson 50bee74
Use IAppShell for testing
Harry-Hopkinson 628a3d7
Gitignore gitpod for gitpod users
Harry-Hopkinson 8cbeeab
Merge branch 'microsoft:main' into main
Harry-Hopkinson f3fe60c
Merge branch 'microsoft:main' into main
Harry-Hopkinson daad0b0
Merge branch 'microsoft:main' into main
Harry-Hopkinson 9985015
Reverted
Harry-Hopkinson d5de719
Incorporate Testing
Harry-Hopkinson 7919fc9
Updated prospector
Harry-Hopkinson fe743f5
Test
Harry-Hopkinson ee7d2f5
Revert
Harry-Hopkinson e5c3d0d
Revert
Harry-Hopkinson d83376f
Merge branch 'microsoft:main' into main
Harry-Hopkinson f7b42ec
Merge branch 'microsoft:main' into main
Harry-Hopkinson b2f0f77
Merge branch 'microsoft:main' into main
Harry-Hopkinson 57ae3fc
Merge branch 'microsoft:main' into main
Harry-Hopkinson 6ccefe3
Localised Testing
Harry-Hopkinson b4e622c
Merge branch 'microsoft:main' into main
Harry-Hopkinson bb4a9fc
Upgrade vsce
Harry-Hopkinson eb717fe
Revert package and package-lock.json
Harry-Hopkinson 8084af6
Merge branch 'microsoft:main' into main
Harry-Hopkinson 26e4da7
Remove window import
Harry-Hopkinson 061ee5a
Create a window variable
Harry-Hopkinson 7bceea4
Remove any types
Harry-Hopkinson 129eea9
Import window from vscode
Harry-Hopkinson 1f60a71
Remove unused imports
Harry-Hopkinson 428e058
Return Types
Harry-Hopkinson be15659
Fixed testing
Harry-Hopkinson edc87c4
Await a call - not the function
Harry-Hopkinson 3753ad1
Attempt to fix #18455
Harry-Hopkinson b1cf749
New line at the end of the package-lock.json
Harry-Hopkinson e9b1b2c
New line for package.json
Harry-Hopkinson 9ae1827
Window message to check if Isort has been Downloaded
Harry-Hopkinson f0da98b
Window message
Harry-Hopkinson 0e3c0c8
Scrapped idea of a window pop up
Harry-Hopkinson a65c171
Revert
Harry-Hopkinson 656e79d
Revert
Harry-Hopkinson 3b6fe0a
If no text pointer is found
Harry-Hopkinson b2964d2
Changed type
Harry-Hopkinson 2adf0e4
Merge branch 'microsoft:main' into main
Harry-Hopkinson ba3429c
Revert
Harry-Hopkinson ceda41f
Testing
Harry-Hopkinson 8231e1b
Ran prettier
Harry-Hopkinson 76e03ba
Revert
Harry-Hopkinson b2a0e3e
Merge branch 'microsoft:main' into main
Harry-Hopkinson e4e59fc
Revert
Harry-Hopkinson f45c594
Merge branch 'main' of https://github.com/Harry-Hopkinson/vscode-python
Harry-Hopkinson 402bb61
Remove --live-stream from conda run
Harry-Hopkinson 660b159
Update news
Harry-Hopkinson d1d320c
Remove unused commands
Harry-Hopkinson b7d6fc4
Merge branch 'microsoft:main' into main
Harry-Hopkinson 7142a3c
Add an Extract Method Command #18518
Harry-Hopkinson f4914e3
Fixed linting
Harry-Hopkinson 133c9d2
Reverting
Harry-Hopkinson e3d8cfd
Revert --live-stream to just fix one issue
Harry-Hopkinson 233392a
Support multiple line input and indented text
Harry-Hopkinson 0e413c3
Updated the package-lock.json by updating dependencies..
Harry-Hopkinson ea65844
Use let instead of var
Harry-Hopkinson 6d4c637
Updated test.ts to pass checks -> fix ```Import may be converted to …
Harry-Hopkinson 2a3e749
Revert package and package-lock.json
Harry-Hopkinson b722e32
Fix lint errors
Harry-Hopkinson 66a7793
Merge branch 'microsoft:main' into main
Harry-Hopkinson 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
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Supported the extract method command. (Thanks [Harry-Hopkinson](https://github.com/Harry-Hopkinson)) |
This file contains 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
Empty file.
This file contains 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
This file contains 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
This file contains 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
This file contains 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extract method and extract variable are supported via the LSP. This way of doing it might not work well since it doesn't correct the indentation on extract. Language servers are in better position of doing this right.