Taras Tielkes
- Total activity 1471
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 552
-
Created 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... -
Created 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... -
Created 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... -
Created 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. -
Created 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? -
Created 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? -
Created 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... -
Created 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? -
Created 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... -
Created 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.