问题标签 [adobe-brackets]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
keyboard-shortcuts - PHPStorm 中的所有 Emmet 键盘快捷键,并检测冲突的快捷键
我一直在使用 Brackets,现在我决定迁移到 PHPStorm。我喜欢括号中的 emmet 菜单,其中包含所有选择、导航、换行和递增数字选项。现在我有点迷失在 PHPStorm 中。
不知道里面有没有emmet的菜单!!?或者可能存在我无法正常工作的冲突键。请帮帮我。
adobe-brackets - 我可以使用 Adobe Brackets 进行远程实时预览吗?
这是我的情况:我的办公桌上有两台计算机,我想用其中一台来开发网页,并使用另一台进行实时预览。
括号中是否有我可以执行此操作的选项?当我使用本地机器进行实时预览时,我尝试使用 URL 中出现的端口号访问内网 IP 地址,但无法访问。
codemirror - CodeMirror 中基于字符的折叠?
如何在 CodeMirror 中进行折叠自定义;
我尝试制作一个扩展,允许我在模板的开头{%
和结尾处{% end
为括号编辑器添加折叠。
但在 Codemirror 中只允许某种折叠。
adobe-brackets - How to ignore specific warnings outputted by the CSSLint extension for Brackets
I'm using the CSSLint extension for Brackets. Is there a way to disable specific warnings for things like box-model
and @bulletproof-font-face
? The best match I've found for a discussion is here. At the moment I'm hoping to use a preamble in my CSS of the form /*csslint ignore: box-model */
, but that's not working. I do know that this extension is able to work with .csslintrc
files. I've attempted to put one in the same directory as where my CSS lives, with csslint ignore: box-model
, but that didn't work either. Any advice or insights will be appreciated.
Update 1
Looking more into the support of .csslintrc
files with Brackets, I've found this and this, which seems to suggest the use of --ignore=box-model,bulletproof-font-face
. Putting this file either where my CSS lives or in the directory of the Brackets extension (~/.config/Brackets/extensions/user/camden.csslint/csslint
on a Linux machine) doesn't work either.
Update 2
Putting .csslintrc
in ~/.config/Brackets/extensions/user/camden.csslint/csslint/
definitely doesn't work; the file is removed after an update.
jquery - jQuery 在 Adobe 括号中不起作用
我知道以前有人问过这个问题,但是找了一段时间后,我找不到任何方法将 jQuery 添加到括号中。我将代码从我的网站复制并粘贴到编辑器中,并得到很多错误,即使我的网站完全按照我的意愿工作。实时预览也不适用于 jQuery,但其他一切都有效。
有什么帮助!
javascript - 将 jQuery 添加到 Adobe Brackets HTML 编辑器中
我最近将 Adobe Brackets 下载到我的计算机上,但我很快意识到我无法像以前那样使用 jQuery。jQuery 在程序中根本不起作用,它对程序的工作方式至关重要。
emmet - 由于使用 emmet 扩展的语法错误,括号实时预览不起作用
当实时预览处于活动状态时,使用 emmet 扩展扩展括号中的 html 标签缩写,它不会更新并显示
实时预览(由于语法错误而无法正常工作)
例如,如果我写:
并按tab它展开成
和括号停止其实时预览更新。
php - 括号 - 锁定实时预览
设置 -
(这是一个糟糕的设置,但如果你有兴趣,我会在底部留下一个解释。)
我正在编辑一个 .php 文件,其中包含一个 .jsp 文件的内容。所有这些都是通过 Brackets 完成的,我喜欢拥有实时预览窗口。
问题 -
每当我编辑 .jsp 文件中的内容时,实时预览窗口都会更改为 .jsp 的文本(没有样式,因为括号显然不支持渲染 .jsp,这没关系。)
我需要什么 -
有没有办法将实时预览窗口锁定到 .php 文件?例如,我希望 Brackets 像对待 .css 文件一样对待 .jsp 文件。因此,当我切换到 .jsp 时,.php 将保留在实时预览窗口中,并在我保存时更新它。(目前此更新工作正常,只是不断地来回切换令人恼火。)
另一种解决方案是在单独的实时预览窗口中打开这两个文件,但我不知道这是否可能。
解释 -
我的公司在更新他们网站背后的技术方面毫无用处,所以我必须找到解决方法来编辑它。我正在尝试为 .jsp 文件创建一个更简单的编辑设置,该站点几乎用于所有内容!
我创建的 .php 文件只是一个基本的加载器。通过将 .jsp 打包到可以与实时预览一起使用的 .php 中,可以更轻松、更快速地编辑文件。
adobe-brackets - 通过点文件管理括号
我是一个 Vim 用户。刚开始为 HTML 和 CSS 使用括号。只是想知道是否有一种方法可以通过类似于 .vimrc 和 vundle 的点文件来管理扩展和设置,因此我可以在新机器的命令中重现相同的括号环境。
adobe-brackets - 括号,记住以前的会话
每次我打开括号时,它都会指向一个启动文件夹,而不是以前打开的文件和文件夹。有没有办法保留以前的会话?