Skip to content
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

Quickfix for wrap chops up parts of code #31

Closed
Tvede-dk opened this issue May 8, 2024 · 4 comments
Closed

Quickfix for wrap chops up parts of code #31

Tvede-dk opened this issue May 8, 2024 · 4 comments
Assignees
Milestone

Comments

@Tvede-dk
Copy link
Collaborator

Tvede-dk commented May 8, 2024

example

Files.createDirectories(Path.of("test"))

using "Wrap in" results in

        Files.try {
            createDirectories(Path.of("test"))
        } catch (exception: java.io.IOException) {
            TODO("Add error handling here")
        }

Notice "Files." is missing...

@Tvede-dk
Copy link
Collaborator Author

Tvede-dk commented May 8, 2024

@Tvede-dk Tvede-dk closed this as completed May 8, 2024
@sassrobi
Copy link

sassrobi commented May 8, 2024

Awesome! When will this be available on JetBrains Marketplace?

@sassrobi
Copy link

sassrobi commented May 9, 2024

Update: it is available now, and works fine, thanks!

@Tvede-dk
Copy link
Collaborator Author

Tvede-dk commented May 9, 2024

@sassrobi You are welcome :) thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants