Welcome to StellarIDE – your new go-to Java Integrated Development Environment (IDE). Designed to elevate your coding experience, StellarIDE offers a sleek, user-friendly interface that caters to both beginners and advanced Java developers.
StellarIDE is under active development, and we are excited to bring you a host of powerful features soon. Here are some core functionalities you can expect:
-
Intelligent Code Completion
- Autocomplete suggestions for Java syntax and common libraries. (Not Started)
-
Syntax Highlighting
- Clear and distinct highlighting for keywords, variables, and other code elements. (Available)
-
Project Management
- Organize and manage multiple Java projects with ease. (coming soon)
-
Built-in Terminal
- Access to a command-line interface directly within the IDE. (comming soon)
-
Themes
- Change the theme of the IDE. (Available)
- New themes can be added on request.
- For any theme suggestions, please go to the Discussions section.
- Change the theme of the IDE. (Available)
-
Keyboard Shortcuts
- Use keyboard shortcuts to enhance productivity. (coming soon)
Before installing StellarIDE, ensure that you have the Java Development Kit (JDK) installed on your system.
-
Download JDK
- Visit the Oracle JDK download page or the OpenJDK download page.
- Choose the appropriate version for your operating system and follow the installation instructions provided on the website.
-
Verify JDK Installation
- Open a terminal or command prompt.
- Type
java -version
and press Enter. - You should see output displaying the Java version installed on your system.
To start using StellarIDE, follow these simple steps:
-
Download and Install
- Download the latest version of StellarIDE from our official website.
- Follow the installation instructions provided.
-
Create a New Project
- Open StellarIDE and select "New Project" from the main menu.
- Choose a project template or start with an empty project.
-
Write Your Code
- Begin coding in Java with intelligent code completion and syntax highlighting to assist you.
-
Debugging
- Use the integrated debugger to find and fix issues in your code.
-
Run Your Application
- Compile and run your Java application directly within StellarIDE.
We value your feedback and contributions. If you encounter any issues or have suggestions for new features, please open an issue on our GitHub repository.
StellarIDE is licensed under the GNU License.
Stay tuned for more updates and features coming soon!
Happy coding with StellarIDE!