atom-goto-definition icon indicating copy to clipboard operation
atom-goto-definition copied to clipboard

Support Java

Open s90198123 opened this issue 9 years ago • 3 comments

Could you support Java ? thank :)

s90198123 avatar Aug 12 '16 03:08 s90198123

Does anyone know if anything similar for Java?

smtl avatar Feb 27 '17 09:02 smtl

It's very easy to add rudimentary support for java - have a look at some of the (closed) pull requests that added support for c/c++ and you can basically copy & paste a lot of that to add java support.

r-chris avatar Feb 28 '17 00:02 r-chris

Taking a stab at this with #62

swiftcoder avatar Apr 25 '17 18:04 swiftcoder