catberry / catberry/catberry-idea-plugin
Global navigation menu for components and stores
- Dominant language
- Java
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
As far as every created component has `index.js` and `template.hbs` it's very hard to open necessary component files after opening a project.
For instance, there is a shortcut CMD+Shift+O that opens global file search, are we able to add something similar but for our components/stores.
We need to be able to do following using global search:
- Open component's logic (JavaScript) file
- Open component's template file
- Open component's error template file
- Open store's JavaScript file
All the paths can be accessed from cat-component.json files in the components' directories.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.