https://github.com/Acode-Foundation/acode-plugin-snippets
Acode snippets plugin
https://github.com/Acode-Foundation/acode-plugin-snippets
Last synced: about 1 year ago
JSON representation
Acode snippets plugin
- Host: GitHub
- URL: https://github.com/Acode-Foundation/acode-plugin-snippets
- Owner: Acode-Foundation
- Created: 2022-08-27T02:22:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T08:27:52.000Z (over 2 years ago)
- Last Synced: 2025-03-18T11:52:03.322Z (about 1 year ago)
- Language: JavaScript
- Size: 2.42 MB
- Stars: 27
- Watchers: 2
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# acode-plugin-snippets

> Snippets plugin for acode editor. It provides autocompletion of codes of different languages that are listed below.
**NOTE:** This plugin is not fully supported in Acode version lower than v1.6.0 (212).
Please update your **Acode App** to latest version for using this plugin.
## How to enable custom snippets?
- Open command palette
- Type `set snippets path`
- Create a new directory or select a directory with snippets in it.
- Navigate to the snippet directory, open and edit any snippets file
- Restart the app.
## How to disable custom snippets?
- Open command palette
- Type `reset snippets path`
- Restart the app.
## Supported languages in Snippet Plugin
- Abc
- ActionScript
- Blade
- C/C++
- Clojure
- Coffee
- CsoundSynthesizer
- CsoundOrchestra
- CSS
- Dart
- Diff
- Django
- Drools
- Edifacts
- Erlang
- Fsl
- Gobstones
- Golang
- Graphqlschema
- Haml
- Haskell
- HTML
- Java
- JavaScript
- Jsp
- Jsx
- Kotlin
- Liquid
- Lsl
- Lua
- Makefile
- Markdown
- Maze
- Perl
- Php
- Python
- R
- Razor
- Robot
- Rst
- Ruby
- Rust
- Sh
- Snippets
- SQL
- SQLServer
- Swift
- TCL
- Textile
- Tsx
- Twig
- Typescript
- Velocity
- Wallok
## Authors
- [@Ajit Kumar](https://github.com/deadlyjack)
## How to write snippets?
Check out [this](https://cloud9-sdk.readme.io/docs/snippets) article on how to write snippets.
## Upcomming updates
- Create snippets for language that are not already available.
Thank you for using Acode and acode-plugin-snippets.