Why does IntelliSense keep changing function to Function?

前端 未结 4 1575
悲&欢浪女
悲&欢浪女 2021-02-12 23:25

I am having a very strange IntelliSense issue, and I\'m not sure if it\'s Visual Studio 2013 or ReSharper 8.1. When I\'m working in views (cshtml) within script ta

4条回答
  •  萌比男神i
    2021-02-12 23:44

    I was having issues with R# grabbing every function it could find instead of what is in the _refereneces.js file so I changed the intellisense to use visual studio's instead of R#.

    enter image description here

提交回复
热议问题