Alessandro Vernet

- 活动总数 114
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 31
-
Alessandro Vernet 创建了一个帖子, Way to tell IntelliJ about custom XPath functions?
Is there a way to tell IntelliJ about custom XPath functions, so:1. it doesn't "complain" about the function being unknown2. it provides code completion, shows the signature, etc when editing the X... -
Alessandro Vernet 创建了一个帖子, Support for type annotations in CoffeeScript
Does the CoffeeScript plugin support any sort of type annotation (JsDoc, or otherwise), as the JavaScript plugin does? I tried adding JsDoc-like annotations, but they didn't seem to have any influe... -
Alessandro Vernet 创建了一个帖子, Support for type annotations in CoffeeScript
Does the CoffeeScript plugin support any sort of type annotation (JsDoc, or otherwise), as the JavaScript plugin does? I tried adding JsDoc-like annotations, but they didn't seem to have any influe... -
Alessandro Vernet 创建了一个帖子, Is LiveEdit working with Leda EAP?
I installed the LiveEdit plugin on 122.395, but after doing so don't see any new extension added to Google Chrome, which, I guess, is a show stopper for LiveEdit to work. Is LiveEdit expected to wo... -
Alessandro Vernet 创建了一个帖子, CoffeeScript script type="text/coffeescript"
Is there a way to setup IntelliJ so it would recognize CoffeeScript inside a <script type="text/coffeescript">, in HTML files? Right now it seems to parse the content of that element as JavaScript?... -
Alessandro Vernet 创建了一个帖子, 已回答"Cannot resolve symbol …" for all the Java classes
I just switched to the LEDA EAP (122.264), with a project having a mix of Java and Scala code. The project compile fine, but: In the editor, in both Java and Scala file, any reference to a Java cla... -
Alessandro Vernet 创建了一个帖子, XML: Allowing dashes in words
It seems that IntelliJ has a notion of what characters are used as word separators, and this has a impact on things like "Select Word at Caret", selecting text word-by-word with the keyboard, or do... -
Alessandro Vernet 创建了一个帖子, JSDoc support
Is there a list somewhere of what JSDoc subset, superset, or mix of the two IntelliJ supports?My motivation for using JSDoc is two-fold:1. For developers: so IntelliJ can provide better code-comple... -
Alessandro Vernet 创建了一个帖子, IntelliJ JavaScript debugger: logging to the console
Does the IntelliJ JavaScript debugger expose an object that can be used to log information to the IntelliJ console? (E.g. like Firebug, and other JavaScript debugger do.)Alex -
Alessandro Vernet 创建了一个帖子, Find usages: make search in current file the default?
Hi all,I often use the "Find usages" in JavaScript files, and in general, only want to search in the current file. Now, every time I do a "Find usages", I go to the drop-down and select "Current fi...