onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.35k stars 299 forks source link

Angular support #2575

Closed solcanmihai closed 6 years ago

solcanmihai commented 6 years ago

Oni Version:0.3.6 Neovim Version (Linux only):0.3.1 Operating System:Manjaro

Issue:In an Angular Project (generated with the cli), there is no support for auto importing other modules/components etc.

Expected behavior: There should be an auto-import feature for angular (typescript) just like in vscode

Actual behavior: 'Can not find name 'component.name' '

Steps to reproduce: Just create a new angular project with angular-cli, create a new component and add it to the declarations array in app.module. There will be no option for auto-import.

oni-bot[bot] commented 6 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.

solcanmihai commented 6 years ago

I managed to get it working through this vim (works with nvim too) plugin.