Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacemacs as a Javascript/Node.js IDE #14

Open
zilongshanren opened this issue Dec 6, 2015 · 6 comments
Open

Spacemacs as a Javascript/Node.js IDE #14

zilongshanren opened this issue Dec 6, 2015 · 6 comments

Comments

@zilongshanren
Copy link
Member

Youtube视频地址:

https://youtu.be/6cWEf0o2Tus

优酷视频地址:
http://v.youku.com/v_show/id_XMTQwNTg3MDY4NA==.html

百度网盘地址:
http://pan.baidu.com/s/1qXz6sFE

视频中我多次把 “分号”说成了“逗号”。。。。我也是醉了。

@zealinux
Copy link

zealinux commented Dec 8, 2015

视频中在行中编辑,自动补全末尾的; 符号,这是什么按键?

@LonglyCode
Copy link

@zealinux

zilong在视频说了吧,是一个自定义的函数。

(defun xxx/insert-end-of-line-semicolon ()
  (interactive)
  (save-excursion
    (end-of-line)
    (insert-string ";"))
)

@ghost
Copy link

ghost commented Jan 5, 2016

@zilongshanren 子龙,如何在 HTML Mode 下来做文件路径补全?就类似 Vim 的补全功能

<script src="../ 

@zilongshanren
Copy link
Member Author

@li-xinyang 你可以手动调 company-file (C-c /)

@huangyingwen
Copy link

视频中 company-backends 怎么修改?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@zealinux @zilongshanren @huangyingwen @LonglyCode and others