monterail / atom-vue-hyperclick

atom hyperclick plugin for vue components
MIT License
43 stars 5 forks source link

Creating new file.js instead of opening file.vue #7

Open mickaelchanrion opened 6 years ago

mickaelchanrion commented 6 years ago

Hi! When I cmd+click on a file url, it creates a new file instead of opening the good one. For example: import Carousel from './components/Carousel' --> will create a file named Carousel.js I have to mention .vue like this: import Carousel from './components/Carousel.vue' if I don't want this issue.

My vue project is generated by vue-cli (webpack).

List of installed packages: ├── atom-ide-ui@0.7.1 ├── css-declaration-sorter@1.2.0 ├── custom-folds@1.9.5 ├── double-tag@1.1.0 ├── emmet@2.4.3 ├── file-icons@2.1.15 ├── ide-css@0.2.0 ├── ide-html@0.4.1 ├── ide-json@0.1.0 ├── ide-php@0.7.4 ├── ide-typescript@0.7.2 ├── ide-vue@0.1.8 ├── js-hyperclick@1.12.2 ├── language-gitignore@0.3.0 ├── language-jenkinsfile@0.1.1 ├── language-vue@0.23.1 ├── linter@2.2.0 (disabled) ├── markdown-preview-plus@2.4.16 ├── pigments@0.40.2 ├── platformio-ide-terminal@2.8.0 ├── prettier-atom@0.47.0 ├── react@0.17.0 ├── vue-hyperclick@0.2.0 └── vue2-autocomplete@0.1.0-alpha.4 (disabled)

Gomah commented 6 years ago

Add .vue to the list of extensions under the js-hyperclick settings.