mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 04:11:05 +08:00
docs: add guides ide change goland option and reference cli add options vscode or goland (#3419)
* docs: add guides ide change goland option and reference cli add options vscode or goland * docs: update changelog for ide options * docs: fix typo golang to goland
This commit is contained in:
parent
a7c10a1a83
commit
facec0c2ac
@ -3,7 +3,7 @@
|
|||||||
Wails aims to provide a great development experience. To that aim, we now support generating IDE specific configuration
|
Wails aims to provide a great development experience. To that aim, we now support generating IDE specific configuration
|
||||||
to provide smoother project setup.
|
to provide smoother project setup.
|
||||||
|
|
||||||
Currently, we support [Visual Studio Code](https://code.visualstudio.com/) but aim to support other IDEs such as Goland.
|
Currently, we support [Visual Studio Code](https://code.visualstudio.com/) and [Goland](https://www.jetbrains.com/go/).
|
||||||
|
|
||||||
## Visual Studio Code
|
## Visual Studio Code
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ The Wails CLI has a number of commands that are used for managing your projects.
|
|||||||
| -l | List available project templates | |
|
| -l | List available project templates | |
|
||||||
| -q | Suppress output to console | |
|
| -q | Suppress output to console | |
|
||||||
| -t "template name" | The project template to use. This can be the name of a default template or a URL to a remote template hosted on github. | vanilla |
|
| -t "template name" | The project template to use. This can be the name of a default template or a URL to a remote template hosted on github. | vanilla |
|
||||||
| -ide | Generate IDE project files | |
|
| -ide | Generate IDE project files `vscode` or `goland` | |
|
||||||
| -f | Force build application | false |
|
| -f | Force build application | false |
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Added docs help to indicate that in IDE options you can choose between vscode and goland. Added by @DiegPS in [PR](https://github.com/wailsapp/wails/pull/3419)
|
||||||
- Added docs to help fix NixOs/Wayland font-size css issue. Added by @atterpac in [PR](https://github.com/wailsapp/wails/pull/3268)
|
- Added docs to help fix NixOs/Wayland font-size css issue. Added by @atterpac in [PR](https://github.com/wailsapp/wails/pull/3268)
|
||||||
- Added -m (skip `go mod tidy`) flag to dev command by @te5se in [PR](https://github.com/wailsapp/wails/pull/3275)
|
- Added -m (skip `go mod tidy`) flag to dev command by @te5se in [PR](https://github.com/wailsapp/wails/pull/3275)
|
||||||
- Added mac option `DisableZoom` to remove zoom button. Added by @wizzymore in [PR](https://github.com/wailsapp/wails/pull/3289)
|
- Added mac option `DisableZoom` to remove zoom button. Added by @wizzymore in [PR](https://github.com/wailsapp/wails/pull/3289)
|
||||||
|
Loading…
Reference in New Issue
Block a user