adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

live preview jump #13925

Open ahmad-666 opened 6 years ago

ahmad-666 commented 6 years ago

hi all ... I have a little problem with live preview feature.when I am in live preview and click on the html element like button or input or ... brackets jump to the section of code that I just clicked on it. is there any way to disabling this feature ?? tnx

boopeshmahendran commented 6 years ago

@ahmad-666 This feature can be disabled by setting "livedev.enableReverseInspect": false in the preferences file. You can read more about setting preferences here