Copy link to clipboard
Copied
Hi! Please make it possible to label the lines of code and quickly navigate between them. It would be very convenient!
brackets bookmark line extension here GitHub - JeffryBooher/brackets-bookmarks-extension working in Dreamweaver
change the the shortcut keys in main.js (lines 368-370):
menu.addMenuItem(CMD_TOGGLE_BOOKMARK, "Ctrl-Shift-K"); | |
menu.addMenuItem(CMD_GOTO_NEXT_BOOKMARK, "Ctrl-Alt-K"); | |
menu.addMenuItem(CMD_GOTO_PREV_BOOKMARK, "Ctrl-Alt-Y"); |
I figured it out and everything worked. It was necessary to put the folder with the extension here: C:\Users\user\AppData\Roaming\Adobe\Dreamweaver 2021\ru_RU\Configuration\Brackets\extensions\user . After restarting Dreamweaver, the keyboard shortcuts started working. Thank you very much!
Copy link to clipboard
Copied
This is the Dreamweaver forum. As such, we have remarks that can be placed inside the code. These are not labels.
Copy link to clipboard
Copied
Yes, I wanted to contact the Dreamweaver developers. I have not found a way to put a label in the code so that I can quickly return to it later. If such an opportunity already exists, how to use it? I didn't find it.
Copy link to clipboard
Copied
To my knowledge, there is no such thing in Dreamweaver and certainly not in HTML.
I suppose you could create an anchor tag as per this article.
Copy link to clipboard
Copied
I think the OP means 'Bookmarks'. A bookmark is attached to specific spots in the code, which they can quicky jump to via a list of bookmarks in a panel, maybe.
Copy link to clipboard
Copied
Yes, that's exactly what I meant
Copy link to clipboard
Copied
Insert CODE COMMENTS from the Common Toolbar. Use Ctrl + F to FIND. See screenshots.
Copy link to clipboard
Copied
Yes, that's what I'm doing right now, just doing a search by item ID. You have to manually type or copy the name of the desired element from the browser console every time. This is very inconvenient.
Copy link to clipboard
Copied
brackets bookmark line extension here GitHub - JeffryBooher/brackets-bookmarks-extension working in Dreamweaver
change the the shortcut keys in main.js (lines 368-370):
menu.addMenuItem(CMD_TOGGLE_BOOKMARK, "Ctrl-Shift-K"); | |
menu.addMenuItem(CMD_GOTO_NEXT_BOOKMARK, "Ctrl-Alt-K"); | |
menu.addMenuItem(CMD_GOTO_PREV_BOOKMARK, "Ctrl-Alt-Y"); |
Copy link to clipboard
Copied
Thanks, but it looks like this extension doesn't work in new versions of Dreamweaver.
Copy link to clipboard
Copied
I figured it out and everything worked. It was necessary to put the folder with the extension here: C:\Users\user\AppData\Roaming\Adobe\Dreamweaver 2021\ru_RU\Configuration\Brackets\extensions\user . After restarting Dreamweaver, the keyboard shortcuts started working. Thank you very much!
Copy link to clipboard
Copied
yes, sorry I should have explained that better - you put the extension main folder in there ..... Glad you got it working 👍
Copy link to clipboard
Copied
Are you happy for me to mark the solution as correct?
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now