Taras Tielkes
- 活动总数 1471
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 552
-
创建于 Incorrect code completion in JSP
When invoking code completion in JSP expression language, previously IDEA suggested JavaBean properties only.However, in recent builds, IDEA start to suggest method as well - for example the variou... -
创建于 Better maven-scala-plugin support (please automatically recognize /src/main/scala and /src/test/scala)
I'm importing a Maven project that contains a mix of Scala and Java code.The pom.xml specifies the maven-scala-plugin, and the project layout has "/src/main/scala" and "/src/test/scala" directories... -
创建于 Browse subversion repository.. disabled during index rebuild
It seems that when IDEA is rebuilding its indexes, the "Browse subversion repository" action/pane is disabled.This does not make much sense to me, since I'd like to (remote repository) browse conte... -
创建于 smarter introduce with proper presentations
The recently included support for "smarter introduce" is very, very welcome. Thanks Will we be getting proper presentation for the menu items soon as well? Right now it simply shows the AST node type. -
创建于 Code style preference for (,..) tuple declarations (instead of TupleN[,..])
Is there a code generation preference to tell the plugin I'd like to see (A,B) instead of Tuple2[A,B] etc? -
创建于 first/second code completion invocation
It seems there's a "second code completion" that includes more variants.Is there a description of what exactly is included in the second pass? -
创建于 Searching for usage of setter when it's part of a Hibernate persistent property
I'd like to see where a specific setter method is called in our code base.The setter in question is part of a Hibernate persistent property getter/setter pair.The getter is annotated with JPA annot... -
创建于 c++ plugin release compatible with IDEA 9.0?
Is there a release of the C++ plugin (http://plugins.intellij.net/plugin/?idea&id=1373) that is compatible with Maia final? -
创建于 9.0 released - well done
Congratulation on the release - take a well-deserved break Maia/9.0 has turned out as a stable release with lots of nice functionality.Once you get back from the break we'll start nagging for our f... -
创建于 Code completion in scala console
Are there any plans to extend the scala console with code completion?I find myself using the console more than I initially expected.