Srinesh Nisala

Results 84 comments of Srinesh Nisala
trafficstars

@atm1020 New repo would be ideal.

@atm1020 Did you find a way? Only issue I had was the resolving tests asynchronously. Neo test seem to use treesitter and stuff to find the tests but what we...

@atm1020 I see you have not used some of the features from jdtls for instance for `is_test_file` check. Is it because you cannot do asynchronous with neo-test?

This is good enough for a initial release. I will include this project in the future.

The way they scan the file tree is not suitable for java but there is no any other option I guess. Instead of using the hard coded java test package...

@atm1020 If you could also check why the hell STDOUT is not captured by the output, that would be awesome. For some stupid reason `System.out.println(">>")` in tests does not output...

> but this one lsp call still froze my editor a little bit.. I don't understand what the hell they using `nio` for if it's not asynchronous? Do you have...

@atm1020 Planning to add it this week. Can you see why this is not working in this project? Could be because junit5. https://github.com/s1n7ax/spring-boot-assignment

### References: Dev Manual: https://github.com/spring-projects/sts4/wiki/Developer-Manual-Java-Messages Neovim thread: https://github.com/spring-projects/sts4/issues/1128 Emacs thread: https://github.com/spring-projects/sts4/issues/76