Question
I'm just starting to develop for Tizen using the Tizen IDE, but Eclipse feels too heavy for my needs.
- Does the Tizen team have plans to update the IDE to a more modern platform like IntelliJ?
- Alternatively, can you provide technical guidance for developing Tizen applications using other IDEs?
Answer
Problem Understanding
The user is experiencing performance issues with the current Eclipse-based Tizen IDE and is inquiring about:
- Potential plans for migrating to a lighter/more modern IDE platform (specifically mentioning IntelliJ)
- Technical support for using alternative IDEs for Tizen development
Solution Methods
-
Upcoming SDK Update:
- The Tizen SDK team is preparing a new version with an updated Eclipse platform
- This new version will be lighter than the current SDK implementation
-
Alternative IDE Options:
- While official support is limited to the Tizen IDE (Eclipse-based), you can explore:
- Using Tizen CLI tools with your preferred editor/IDE
- Configuring IntelliJ IDEA with Tizen plugin (community-supported)
- Visual Studio Code with Tizen extensions
- While official support is limited to the Tizen IDE (Eclipse-based), you can explore:
Additional Tips
- For the lightest development experience, consider using Tizen's command-line tools (sdb, CLI) with your preferred text editor
- Keep an eye on official announcements for the upcoming SDK release with improved performance
- Community-supported IDE plugins may require additional configuration but can provide better integration with modern IDEs