KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vscode-relm4-snippets
★ 9
Open GitHub ↗
VSCode snippets for Relm4
Download README (.md)
Explore Similar Repositories
Factorized-FL
:
No description available.
nuxt-server-init
:
Pre-run scripts to validate, get or insert config variables to Nuxt 3
sfm-fs.nvim
:
No description available.
my-raft
:
No description available.
sailpoint-xml-merger
:
SailPoint XML Merger
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vscode-relm4-snippets
?
Download (.md)
# Relm4 Snippets for VSCode This extension for Visual Studio Code adds snippets for Relm4.  # Usage | Syntax | Description | | ----------- | ----------- | | `relm-component`| Create a new `Component` widget | | `relm-async-component`| Create a new `AsyncComponent` widget | | `relm-simple-component`| Create a new `SimpleComponent` widget | | `relm-simple-async-component`| Create a new `SimpleAsyncComponent` widget | | `relm-factory`| Create a new `Factory` widget | | `relm-async-factory`| Create a new `AsyncFactory` widget | | `relm-template`| Create a new `WidgetTemplate` widget | | `relm-worker`| Create a new `Worker` structure | # Dependencies - nodejs - npm ## `npm` dependencies - yo - generator-code - @vscode/vsce # Build Use the provided scripts. - Package: `npx vsce package` - Publish: `npx vsce publish` - Open in browser: `vscode-test-web --extensionDevelopmentPath=. .`