An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VSCode Lucky

![CI](https://github.com/stephendolan/vscode-lucky/workflows/CI/badge.svg)
![Package Version](https://vsmarketplacebadge.apphb.com/version/stephendolan.lucky.svg)
![Package Downloads](https://vsmarketplacebadge.apphb.com/installs/stephendolan.lucky.svg)
![Package Rating](https://vsmarketplacebadge.apphb.com/rating-star/stephendolan.lucky.svg)

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). |


![HTML Conversion](images/html_conversion.gif)

## Lucky Page Extraction Commands

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


![HTML Conversion](images/method_extraction.gif)

## 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. |


![Navigation](images/navigation.gif)