exception.cpp exception.cpp

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
exception.cpp exception.cpp commented, -
exception.cpp exception.cpp commented, -
-
exception.cpp exception.cpp commented, -
exception.cpp exception.cpp created a post, JavaScript code problem (722)
Problem with JavaScript code-parser - GOTO DECLARATION and FIND USAGES, example: var A1 = {}; var A2 = {}; A1.Events = { Property:0, Property1:1, Property2:2 } A2.Events = { Pro... -
-
exception.cpp exception.cpp created a post, JavaScript - definition hash-tables
Hi !We use in our JS-based project hash tables, and can't get autocomplete, find usages etc. Example code:var Class1 = function(){ this.Method1 = function(a, b){}}var c = new Class1();c.Method1();... -
-
exception.cpp exception.cpp created a post, [Go to -> File member] (for JavaScript)
In ReSharper present very usefull function - [Go to]->[File member], but I can't find they in WebIDE (in JavaScript editing mode).Have You this function in Yours plan ?