Skip to content

Java Imports is a vscode extension that makes it easy to import java classes and packages

License

Notifications You must be signed in to change notification settings

tushortz/vscode-Java-Imports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Imports

Java Imports is a vscode extension that makes it easy to import java classes and packages. It also offer other basic completions.

Preview

Java Imports Preview

Usage

Run vscode and on a java file, type _ followed by the package/class you want to import and press tab or enter on selection.

For basic completions, use:

  • class --> To trigger a class definition statement
  • main --> To auto-complete main method
  • method to trigger a normal method with return capability
  • pe or serr --> To trigger error printing to the console
  • pl or sout --> To trigger printing to the console
  • try --> To trigger a try/catch clause
  • void --> To trigger a void method declaration

Basic Completion Preview

How to install

Open vscode. Press F1, search "ext install" followed by extension name, in this case: "ext install Java Imports" without the ">". Or if you prefer ">ext install", hit enter, search "Java Imports".

Contributions

Feel free to contribute to the extension. Fork it on github

License

Read LICENSE on the github repository

Acknowledgements

I'd first like to say a very big thank you to God my creator. Without him, this wouldn't be possible.

About

Java Imports is a vscode extension that makes it easy to import java classes and packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published