我不使用Chrome浏览器。然而,Brackets总是在Chrome中显示实时预览非常恼人。如何将Mozilla Firefox Developer Edition设置为Bracket实时预览的默认设置?
答案 0 :(得分:33)
目前使用Brackets在Mozilla Firefox上进行实时预览(不在Developer Edition上)。我已经尝试过在Waterfox上进行实时预览,但我似乎无法记住它是否有效。
无论如何,试试这个:
然后在窗口的上半部分打开Brackets,单击" Debug"按钮。 在其下拉菜单中,单击"打开首选项文件"。
在我的Brackets版本(最新版本)中,它将打开两个.json文件:1)defaultPreferences.json和2)bracket.json。只关注" bracket.json"。 (如果第一个.json文件永远不会弹出,那很好)。
然后继续在括号内添加此行:
navigateByInstruction()
我建议将它置于默认行之上。例如,它看起来像这样:
"livedev.multibrowser": true,
希望这会有所帮助。如果它没有,我建议把它交给开发者。
答案 1 :(得分:4)
使用文件 - >启用实验性实时预览。请参阅此处的文档https://github.com/adobe/brackets/issues/12260
答案 2 :(得分:0)
将以下行添加到" bracket.json"文件。
" livedev.multibrowser":true,
保存更改并重新加载括号。
答案 3 :(得分:0)
If you go to Debug, Open Preferences File, Brackets says that it's a read only file. Not sure if I'm supposed to believe that or not, but I decided to. I used Windows explorer and NotePad++ to open the file directly, which can be found here:
C:\Users\<USER>\AppData\Roaming\Brackets
I added the text "livedev.multibrowser": true,
, but then I had to restart Brackets for the change to take effect.
答案 4 :(得分:0)
它将起作用...