-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhanced live preview element highlight #13734
Comments
Comment by swmitra
Brackets does very little in terms of DOM inspection/interaction. This is primarily a code editor with the addition of live-preview where a developer can preview the changes in browser. I would suggest to come up with an extension which can add this functionality to existing live preview. If you have any doubts regarding how to write a brackets extension, you can find relevant information in the wiki or you can always post your doubts to 'Brackets-dev" google group or join Brackets slack and post your queries there to get fast feedback. |
Comment by DmitryNikulnikov
|
Comment by Worie I've created a PR in which i try to implement this to Brackets directly (not as extension), here's the PR: adobe/brackets#12949 . |
Issue by a-axton
Tuesday Nov 22, 2016 at 01:32 GMT
Originally opened as adobe/brackets#12934
I've created a library for a personal project that duplicates the functionality of the chrome css box model inspector. It highlights width, height, border, padding and margin. I think this could be a very powerful debugging tool when live editing css files.
Demo: http://a-axton.github.io/box-model-inspector
Repo: https://github.com/a-axton/box-model-inspector
I was wondering if this would be a desired extension or a possible enhancement? I haven't worked much with the brackets codebase but if there is any interest I'd love to move forward on this.
The text was updated successfully, but these errors were encountered: