When coding a Java class in Eclipse, is it possible to insert a URL hyperlink to a webpage..? -
i coding java class in eclipse. in commented lines, insert clickable url hyperlinks point web pages on internet.
note: not javadocs document, it's regular .java class file.
is possible..?
if so, how..?
thanks.
in eclipse, can paste link comment, hold down control , click it. if want able press without holding down, go window -> preferences -> general -> editors -> text editors -> hyperlinking, click on url , remove modifier key, click apply, click ok , you're done!
Comments
Post a Comment