-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the vscode extension docs and auto publish (#88)
VSCode extension was not documented at all, so I've added some document, as well as deploying it to vscode marketplace for users to access it faster and easier.
- Loading branch information
Showing
6 changed files
with
92 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,32 @@ | ||
# Fireback tools | ||
|
||
This plugin is a language server connector for fireback and vscode. | ||
You can find guidelines how to install it on: https://torabi.io/fireback/docs/download-and-install-fireback | ||
|
||
**Plugin requires that `fireback` binary to be installed already on your computer.** | ||
If you have installed it in a different place, go to your `.vscode/settings.json` of project | ||
and add the following settings: | ||
|
||
``` | ||
{ | ||
"fireback.serverPath": "/var/apps/exactplaceoffirebackbinary", | ||
... other configs | ||
} | ||
``` | ||
|
||
and then restart the extension to get access to language server. | ||
|
||
## Code completion | ||
|
||
This extension offers a code completion feature. For any file which would end on `Module3.yml`, it provides | ||
intelisense to some extension. | ||
|
||
## Module3 Designer | ||
|
||
You can access module3 visual designer, when you are in a Module3.yml file, and Command+Shift+P and then type: | ||
`Fireback: Module3 Designer` it would popup on the sidebar, and you can edit the modules using forms. | ||
|
||
It might remove extra comments you have added on the yaml though. | ||
|
||
|
||
Make sure you have installed the fireback first. (This extension does not install it.) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters