generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(httpclient): refactor runFile method and add createConfiguration…
… method Refactored the runFile method in HttpClientFileRunService.kt to improve readability and maintainability. The method now uses the readText method from the VirtualFile class instead of manually retrieving the text from the PsiFile. Also, added a new method, createConfiguration, to create a RunConfiguration for a given virtual file.
- Loading branch information
Showing
1 changed file
with
45 additions
and
30 deletions.
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