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

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

Awesome Lists containing this project

README

          

# acode-plugin-snippets
![version](https://img.shields.io/badge/Latest%20version-V1.2.3-green)
> 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.