springeye / vue-for-idea

This is vue plugin for idea
https://plugins.jetbrains.com/plugin/9188
BSD 3-Clause "New" or "Revised" License
321 stars 45 forks source link

phpstorm code collapse or folding is not visible between <script> #74

Open iannazzi opened 7 years ago

iannazzi commented 7 years ago

In phpstorm code collapse is fine for templates, but there is no folding between script. Therefore arrays and closures won't fold

So there is no folding for export default or mounted: <script> export default { mounted() { console.log('Component ready.') } } </script>