Are there Quick Edit or Live Changes HTML Options
I have used Brackets code editor and there are two features that I like and would like to know if they are avaible on webstorm. I have as of yet not been able to find them.
1) Being able to do a quick edit where i can see the code for a function or html elemtn directly under it and withing the code. Rather than the CommandB function go to declartion.
2) Being able to see html elements in live mode highligted when selectin them in editor and seeing changes happening automaticlly without refreshing. 
Thank you for any guidance
Please sign in to leave a comment.
1. View/Quick Definition
2. Live Edit (https://confluence.jetbrains.com/display/WI/Live+Edit, http://blog.jetbrains.com/webstorm/2014/08/live-edit-updates-in-webstorm-9/)
Thank you live edit works like a charm.
For the Quick Edit - able to go to destination which appears under the function or css. I am able to go to desination.