Braxton Hall
Braxton Hall
I agree it is quite limited, but it's also low effort and _fun_. We've been using a plugin to recreate this since 1.16, and it still can tell someone having...
No, server side completion for chat preview was introduced in the latest snapshot :)
Also an example from one of our own test cases: https://github.com/apache/flink/commit/6ba5fcdf85f802748fd47218ce8c41a617d224c9
Should be easy! `MethodDeclaration` has `method.hasJavadoc()` and `Javadoc` has `javadoc.toText()`
Here's the current status - Java - [x] Parameter Annotations - [ ] `...` (this might be done, I'm not sure) - Python - [x] Default arguments - [ ]...
I think for Java `...` is more likely to be captured my the parameter's type. This actually might be appropriate for all `...` `*` and `?`
I was thinking it might also be nice to handle this kind of change as a Context change perhaps? Especially in a language like Python or TypeScript where you can...
okidoki as soon as #51 is merged I'll add in Context Change or Parent Change
lol no I worked on this a little too. It didn't work but I think I can do it using [JRuby](https://nts.strzibny.name/using-ruby-gems-in-javagradle-projects-jruby/) and this [ruby parser](https://github.com/whitequark/parser) additional info: - https://github.com/jruby/jruby/wiki/AccessingJRubyObjectInJava -...
OK just some thinking: if a method is moved to another class in the same file, should this be the same or different than the parent getting renamed? It seems...