Mayank Kumar
Mayank Kumar

Reputation: 25

Getting error in resolving ionic tags in visual studio 2015

I have created a blank cordova app (typescript) in VS 2015. I have installed the angularjs and ionic framework with their typed definition files.

The Ionic framework created the two html files, inside the template folder. After that, I have created a new test.html file inside the template folder and copy pasted the content of one of the generated html. In the test.html, I am getting the error "can not resolve ion-content (example)". I am getting this for all ionic directives. But I am not getting the same in the default generated html. I am using Re sharper. I have stopped the resharper intellisense for html file, but that did not work. I am new to ionic, can you please tell me what I missed here.

Upvotes: 1

Views: 457

Answers (2)

Steve Kennedy
Steve Kennedy

Reputation: 5402

You need the Ionic Pack (tools and extensions). An extension to make you more productive working with the Ionic Framework

https://visualstudiogallery.msdn.microsoft.com/d6279fba-bcff-4857-906d-29faa8a99448/

Upvotes: 1

Jur Clerkx
Jur Clerkx

Reputation: 698

I would recommend you to just use the command line and a text editor, as this gives you much more control over your project. You can follow the guide here:

http://ionicframework.com/getting-started/

I have tried working with Visual Studio, but it just didn't work out for me. I guess most of the community is also working with the command line interface and a text editor, so there is not very much support for Visual Studio (could be wrong here)

Upvotes: 0

Related Questions