Skip to content
Krzmbrzl edited this page Jan 10, 2016 · 7 revisions

Getting started

The first step is to create a new project as demonstrated by the following screenshot:

Create a project Name the project however you want to.

Now that we have a new project it's time to create the actual sqf-file. For that purpose we will use one of SQDev's wizards:

  • Rightclick on the project and select New -> Other
  • SQDev -> New SQF file

![Create new sqf file](https://github.com/Krzmbrzl/SQDev/wiki/images/GettingStarted/SQDev_NewSqfFile.gif)
* Name it (you don't have to add the extension .sqf manually)

And that's it! The newly created file will be directly opened in the respective editor.


If you want to edit existing scripts you can do so as well. You have to locate them in your system file explorer, then rightclick on them, choose Open With, select the eclipse.exe and accept. Now the respective script will be opened in eclipse with SQDev support.

Clone this wiki locally