1

これがいつ発生し始めたのかはわかりませんが、.js ファイルでの作業中に「関数」にする必要がある場合、インテリセンスのオートコンプリートが「関数 (DHtml.js 内、...)」を提案して使用しています。

このオプションを構成するにはどうすればよいですか?

4

1 に答える 1

3

This appears to be fixed in the 8.2 EAP builds - http://youtrack.jetbrains.com/issue/RSRP-400812 (note that ticket says fixed in build 8.1.1000. That build isn't 8.1, and isn't available - it's been replaced by 8.2). Please can you try the EAP build and see if it fixes the problem? If not, please update the YouTrack ticket.

If you don't want to use the EAP build, I think you can work around the issue by clearing the solution's cache (ReSharper -> Options -> General -> Clear cache). As I understand it, the reason you're getting Function instead of function is due to ReSharper tracking selected items and giving previously selected items preference. Clearing the cache clears the tracked values and should allow you to use function again, but you might encounter the issue again at a later date.

于 2014-02-28T10:05:14.577 に答える