autocomplete-paths官方地址 插件[14] atom-html-preview html文档预览工具, 默认快捷键:CTRL-SHIFT-H atom-html-preview官方地址 插件[15] atom-beautify 格式化代码,更统一的代码风格, 支持HTML, CSS,JavaScript,PHP, Python, Ruby,Java,C, C++, C#, Objective-C, CoffeeScript, TypeScript, and SQL等语言代码!
插件:atom-html-preview 官方描述:A live preview tool for Atom Editor. 简言之:Atom编辑器内实时预览的工具 获取方式 1.通过命令行安装 apm install atom-html-preview 1. 2.通过编辑器内部的 install 搜索 atom-html-preview 安装 使用方式及效果 快捷键 默认快捷键: CTRL + P...
let selection=editor.getSelectedText() this.download(selection).then((html)=>{ editor.insertText(html) }).catch((error)=>{ atom.notifications.addWarning(error.reason) }) } }, 在我们新版的fetch函数里,我们通过在download返回的 Promise 调用then方法来对 HTML 进行操作。这会将 HTML 插入到编辑器...
if(editor=atom.workspace.getActiveTextEditor()){ let selection=editor.getSelectedText() this.download(selection).then((html)=>{ editor.insertText(html) }).catch((error)=>{ atom.notifications.addWarning(error.reason) }) } }, 在我们新版的fetch函数里,我们通过在download返回的 Promise 调用then方...
apm install autoclose-html //HTML标签自动闭包 apm install linter //lint检查 apm install linter-jshint//js检查 apm install run-in-browser //使用浏览器预览 apm install markdown-scroll-sync // markdown preview同步滚动 /* python */ apm install autocomplete-python ...
// 参数解释请看 ‘自动补全’ 小节 function isAttrValueStart({scopeDescriptor, bufferPosition, editor}) { // 获取作用域描述符字符串数组, 形如 ['text.html.vue', 'meta.tag.other.html', 'string.quoted.double.html', 'punctuation.definition.string.end.html'] const scopes = scopeDescriptor.get...
'atom-text-editor':[ { 'label':'Toggle sourcefetch', 'command':'sourcefetch:toggle' } ] }, 这个context-menu对象可以让我们定义右击菜单的一些新条目。每一个条目都是通过一个显示在菜单的label属性和一个点击后执行的命令的command属性来定义的。
作为一个现代的代码编辑器,Atom 有着各种流行编辑器都有的特性,功能上非常丰富,支持各种编程语言的代码高亮(HTML / CSS / Javascript / PHP / Python / C / C++ / Objective C / Java / JSON / Perl / CoffeeScript / Go / Sass / YAML / Markdown 等等)、 与大多数其他编辑器相比,Atom的语言支持已...
Emmet。Emmet的原来叫做Zen Coding,是一款非常强大的效率提升工具,能够实现HTML和CSS的速写,是前端开发者们必不可少的。 File Icons。根据你的文件类别显示不同的图标,非常方便你定位某个文件。视力不好的小哥哥尤其实用哈哈。 Atom Live Server。超级好用的Web server服务器插件。
原来的 Atom-shell)可以理解成:Chromium + Node.JS,而整个Atom的界面,你可以理解成就是一颗 HTML ...