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

feature: Application to run multiple application at the same time in multi module project #182

Closed
1 task done
chetra-seng opened this issue May 8, 2024 · 7 comments
Closed
1 task done
Labels
enhancement New feature or request

Comments

@chetra-seng
Copy link

Did you check the docs?

  • I have read all the docs

Is your feature request related to a problem? Please describe.

I'm new to Neovim. I also managed to set it up and run my Spring boot application. I have multiple main classes in my project and I want to run them in different buffers. However, whenever I tried to run another application in a different buffer, it prompted me to select a class and shut down the previous running application. I went through the documentation multiple time and couldn't find how I can start multiple applications. Am I missing something here?

Describe the solution you'd like

I would like the ability to run another java application in a different buffers without stopping the previous application

Describe alternatives you've considered

idk

Additional context

No response

@chetra-seng chetra-seng added the enhancement New feature or request label May 8, 2024
@chetra-seng
Copy link
Author

Any updates on this?

@s1n7ax
Copy link
Member

s1n7ax commented May 15, 2024

@chetra-seng Don't have time to look into this. No any progress so far. I would recommend trying overseer.nvim. See if that's any help.

@chetra-seng
Copy link
Author

Thanks @s1n7ax. I'll give it a try and give u an update. Hopefully things will work out😆😆

@atm1020
Copy link
Contributor

atm1020 commented May 17, 2024

@s1n7ax the running API currently does not support this. I think it will be relatively quick to implement, and I am open to handling this.

atm1020 added a commit to atm1020/nvim-java that referenced this issue May 25, 2024
@chetra-seng
Copy link
Author

chetra-seng commented Jun 4, 2024

Thanks @atm1020 for your incredible work. Can u tell me when the pr can be merged?

@atm1020
Copy link
Contributor

atm1020 commented Jun 4, 2024

@chetra-seng I don't know.

s1n7ax added a commit that referenced this issue Jun 5, 2024
Co-authored-by: Srinesh Nisala <srineshnisala@gmail.com>
@s1n7ax
Copy link
Member

s1n7ax commented Jun 5, 2024

@chetra-seng this is merged. You can try it out. @atm1020 Awesome work as always.

@s1n7ax s1n7ax closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants