What is the use of firebug’s “Open With Editor” function?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d say it’ll allow you to visualize a file / feed with an editor — which means better searching features, syntax-highlighting, better-ability to copy code…
But it means you have to configure the editors, so firebug knows how to call one — especially, so it knows how to pass it the data.
Edit after the comment : no, I don’t see it allows you to see your modifications into the website — but it’s, I think, easier to go through the HTML code this way, with the editor you’re using in your every-day life as a developer.
For example, you can check what’s said in this article : Check Edit HTML Code with Firebug — check the Editing With Firebug section.
And to use it, you have to :
Open with editor > Configure editors“, and, in the dialog box, set the path to your editorOpen with editor > name of your editor“(The labels may not be exactly those : I’m using the french version…)