Dreamweaver源代码查看,是否可以添加“标签”?
我不知道这是否可能,或者它是否被称为标签,
我使用dreamweaver cs4,在源模式视图中,它在左侧显示行号,我希望我可以在某一行添加某种“标签”,然后有某种菜单,它会将我滚动到标签。
这有什么意义吗?
这是因为我有一个巨大的源文件,我需要在编码时在不同的地方进行很多导航,而这个“功能”将使我的生活变得更加轻松。
任何帮助表示赞赏。
此致
I do'nt know if this is possible or if its called tags
im using dreamweaver cs4, in source mode view it displays line numbers to the left, I wish I could add some kind of "tag" to a certain line, and then have some sort of menu where it scrolls me to the tag.
Does this makes any sense?
It's because I have a huge source file that I need to navigate a lot in different places while coding and this "feature" would make my life a LOT easier.
Any help is appreciated.
Best Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来你正在寻找的是我多次听到的所谓“书签”。不幸的是,Dreamweaver 没有内置此功能。不完全相同,但如果您记住行号,您可以使用键盘快捷键跳转到该行:Windows 上的 CTRL+G,我认为是 Cmd+,在 Mac 上会弹出此窗口您可以在一个小对话框中输入行号,然后按 Enter 键跳转到该行。
It sounds like you're looking is what I've heard called a number of times "bookmarking". Unfortunately, Dreamweaver does not have this functionality built in. Not quite the same thing, but if you remember the line number you can jump to the line using a keyboard shortcut: CTRL+G on Windows, I think Cmd+, on Mac this pop up a little dialog you can enter the line number and hit enter to jump to that line.