All Projects → gogoyqj → AvalonHelper

gogoyqj / AvalonHelper

Licence: other
avalon completion for sublime 3

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to AvalonHelper

pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-52.5%)
Mutual labels:  autocompletion, sublime-text-3
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+105%)
Mutual labels:  autocompletion, sublime-text-3
yoda
Experimental: Static Analyzer and Language Server for Ruby
Stars: ✭ 24 (-40%)
Mutual labels:  autocompletion
pip-bash-completion
bash autocompletion for pip
Stars: ✭ 74 (+85%)
Mutual labels:  autocompletion
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-20%)
Mutual labels:  sublime-text-3
company-shell
No description or website provided.
Stars: ✭ 89 (+122.5%)
Mutual labels:  autocompletion
sublime-phoenix-beagle
Sublime Text plugin to make development with Phoenix Framework better!
Stars: ✭ 22 (-45%)
Mutual labels:  sublime-text-3
nvim-cm-racer
Neovim/vim8 completion for rust
Stars: ✭ 17 (-57.5%)
Mutual labels:  autocompletion
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-30%)
Mutual labels:  sublime-text-3
SublimeDiscordRP
📄 Discord rich presence for Sublime Text
Stars: ✭ 123 (+207.5%)
Mutual labels:  sublime-text-3
sublime-meetio-theme
The most powerful and adaptive theme for Sublime Text 3
Stars: ✭ 71 (+77.5%)
Mutual labels:  sublime-text-3
dimmed
👔 Dimmed Color Theme for Sublime Text 2/3
Stars: ✭ 18 (-55%)
Mutual labels:  sublime-text-3
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚡
Stars: ✭ 18 (-55%)
Mutual labels:  sublime-text-3
PackagesUI
This plugin provides you a comfortable interface for Sublime Text packages
Stars: ✭ 23 (-42.5%)
Mutual labels:  sublime-text-3
avaloni
Interpreter of the Avalon programming language.
Stars: ✭ 14 (-65%)
Mutual labels:  avalon
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-65%)
Mutual labels:  sublime-text-3
UnrealScriptIDE
Auto-completion, Syntax Highlighting, Go to Declaration, Build and Run and more..
Stars: ✭ 86 (+115%)
Mutual labels:  autocompletion
TheVimIDE
Modern Vim IDE with support for C/C++, Java, Python, Lua, PHP, JavaScript, Ruby and much more ...
Stars: ✭ 33 (-17.5%)
Mutual labels:  autocompletion
vscode-allautocomplete
Autocomplete from open files for VSCode
Stars: ✭ 90 (+125%)
Mutual labels:  autocompletion
hover-preview
Sublime Text 3 Plugin for previewing images.
Stars: ✭ 42 (+5%)
Mutual labels:  sublime-text-3

Sublime Avalon Completion Package

目测依赖sublime 自带的完成功能,根据avalon语法字典帮助开发者更便捷高效的使用avalon,在sublime 3上work ok

可以通过设置Avalon语法字典或者直接修改helper.sublime-settings文件来添加更多语法支持


how to use

1,git clone code to sublime 3/data/packages/AvalonHelper - 

注意:一定是放在插件默认的安装目录下,比如是:
	
	C:\Users\username\AppData\Roaming\Sublime Text 3\Packages\AvalonHelper
	
	Mac则通过“首选项【preferences】 -> 浏览程序包【brow packages】”打开安装目录,直接拷贝过来,ps:avalonHelper的Main.sublime-menu设置可能会修改menu的效果,比如纯英文界面多出一个首选项的汉字item来 = =
	
1.1 用package controll安装【暂时不要这样做,这样配置就是只读的了。。。】:
references -> package controll -> add repositoty -> 输入https://github.com/gogoyqj/AvalonHelper

references -> package controll -> install package -> 等待之后,点击弹出的Avalon Helper,完成安装

安装成功之后,需要重新启动一下【读配置失败,见鬼。。。】

2,ms召唤出属性绑定,组件名字可以召唤出组件自动完成,data召唤出data绑定,data-组件名字召唤出组件属性自动完成(暂时未提供组件属性、接口等字典)

3,绑定的字典已经迁移到helper.sublime-settings文件内,如有需要自行添加的绑定,请直接修改即可

time line

2015.8.18 - 添加配置功能、文档入口

2014.10.17 - 修复多次换行缩进 bug

2014.10.20 - 添加 w[idget] 召唤出组件列表功能

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].