Get started with the ValaCode IDE by learning about the create a project wizard
Enter the name of the project; this identifier should be all lowercase without spaces
Example: exampleapplication
Enter the name of the project; this identifier should be in reverse domain style in camel case
Example: io.brighterinspirations.exampleApplication
Enter the version number of the project
Example: 2.1
Enter the name of the primary namespace of the project
Example: ExampleApplication
Enter the name of the application; this identifier is user facing
Example: Example Application
Enter a description for the application
Example: A simple example application
Enter the parent folder for the project. Clicking on the directory icon presents a file open dialog to choose the folder
Choose the template/project type
Use the IDE to create the build scripts automatically based on the project settings and source files within the project directory. Defaults to on
Create a remote git repository; supports Git over SSH. Defaults to off.
Name/IP address of the SSH server; port can be specified by adding a colon after the servername followed by the port number
Example: ssh.domain:2222
Path of the Git repository on the SSH server
Example: /home/gituser/projects/exampleapplication.git