thestrukture / IDE

A Go code editor. With debugging and Autocomplete. 一个 Go 代码编辑器,具有 DEBUGGING 和 AUTOCOMPLETE
GNU Lesser General Public License v2.1
357 stars 20 forks source link

Open existing projects? #1

Closed jasmingacic closed 6 years ago

jasmingacic commented 7 years ago

How can it be done?

cheikhshift commented 7 years ago

One way of doing it is adding the existing package name under the new package dialog. Click on new package button on the top left to load dialog. Enter your package name the same you would when importing. For example with this repository you would create a new package with name github.com/thestrukture/IDE. By default creating a new package adds a Go server config to the specified directory, (creates new directory if not there). To build, click on Build center icon of your package.

cheikhshift commented 7 years ago

Last step (Prior to build attempt) : Click on the root of your project and update your package's type from webapp to app 24