Adding the Javadocs?

Discussion in 'Plugin Development' started by RoboticPlayer, Oct 9, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    RoboticPlayer

    I used to be able to simply ctrl+left click on a Bukkit method and it would open the code for it (in Eclipse), however, it no longer does that. How would I go about adding the source so that I can look at the methods without having to leave the IDE?
     
  2. Offline

    mythbusterma

  3. Offline

    RoboticPlayer

    @mythbusterma That is where I go to get the javadocs online, but how do I make it so that I can use it within Eclipse?
     
  4. Offline

    teej107

    There is probably a setting where you add the URL to the JavaDocs where you add the library to your dependencies. I don't use Eclipse so I can't be much help.
     
  5. Offline

    DoggyCode™

    What do you use? And is it better? Do you suggest it?
     
  6. Offline

    Scimiguy

    Probably uses IntelliJ, it's mostly the other half of Java development other than Eclipse
    Although a lot of people use NetBeans too
     
    DoggyCode™ likes this.
  7. Offline

    DoggyCode™

    -removed-

    Hey! I played around with IntelliJ for some time, but apparently it's CRAZY hard to export the .jar file... if you have used it before, please share...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2015
  8. Offline

    teej107

    I use IntelliJ and I prefer it over Eclipse.

    I think this would be better off in a new thread. This is getting offtopic to the OP.
     
Thread Status:
Not open for further replies.

Share This Page