resharper-angularjs icon indicating copy to clipboard operation
resharper-angularjs copied to clipboard

ReSharper plugin for AngularJS support

Results 21 resharper-angularjs issues
Sort by recently updated
recently updated
newest added

Are there any plans to add support for Resharper Ultimate 2018? This is not available from 2018's Extension manager menu (specifically 2018.1.4) Thank you

It seems like the code completion from this plugin doesn't work particularly well within .cshtml files. Works fine in other normal HTML files.

When adding elements my custom directive gets suggested: ![image](https://cloud.githubusercontent.com/assets/6581574/26479771/5293760c-4208-11e7-9f0c-2a8683ac2b28.png) However once I complete it, it cannot be resolved. ![image](https://cloud.githubusercontent.com/assets/6581574/26479745/1df3d93c-4208-11e7-9af2-632b459afd29.png) First part of code for directive: ```JS /** * @ngdoc directive...

I installed the plugin but it doesn't seems to work. if I type

AngularJS 1.5 allows to create custom HTML tags with components, intellisense should work the same as it does for custom directives (see #32).

I have installed the plugin and added the angular.js file into the project but I still do not get any suggestions on my aspx files and all existing ng tags...

If there are no custom directives (e.g. #43), then the extension should not show the `ng-…` abbreviations in the code completion lists.

The default directives are parsed from `angular.js`, but rely on the JSDoc comments. A minified `angular.min.js` doesn't include the JSDoc comments, so no default directives. See #42

http://docs.angularjs.org/api/ng.directive:ngInclude Would be really nice if intellisense similar to when specifying value for `src` tag in HTML be provided. Also make sure to wrap the constant in quotes (so it's...

Should be able to navigate from a directive attribute/element to the docs: `http://docs.angularjs.org/api/ng.directive:{directive_name}`

enhancement