https://github.com/stephendolan/vscode-lucky
Supercharge your Crystal Lucky web development in VSCode
https://github.com/stephendolan/vscode-lucky
Last synced: about 1 year ago
JSON representation
Supercharge your Crystal Lucky web development in VSCode
- Host: GitHub
- URL: https://github.com/stephendolan/vscode-lucky
- Owner: stephendolan
- License: mit
- Created: 2020-08-13T18:38:17.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T19:44:33.000Z (over 3 years ago)
- Last Synced: 2025-04-01T04:41:23.387Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=stephendolan.lucky
- Size: 13.8 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Lucky




Supercharge your [Lucky](https://luckyframework.org) development in VSCode!
## HTML Conversion Commands
| Command | Description |
| ---------------------- | ---------------------------------------------------------------------------------------------- |
| `Lucky - Convert HTML` | Replaces selected HTML text using the [Lucky HTML Converter](https://luckyframework.org/html). |

## Lucky Page Extraction Commands
| Command | Description |
| ------------------------ | ----------------------------------------------------------- |
| `Lucky - Extract Method` | Pull the selected page content into a private class method. |

## Navigation Commands
| Command | Description |
| ------------------------ | --------------------------------------------------------------------- |
| `Lucky - Open Model` | Open the relevant Lucky model from a page, action, or operation file. |
| `Lucky - Open Operation` | Open the relevant Lucky operation from a page, action, or model file. |
| `Lucky - Open Action` | Open the relevant Lucky action from a page file. |
| `Lucky - Open Page` | Open the relevant Lucky page from an action file. |
