Nagendra

- 活动总数 76
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 29
-
创建于 React import are not resolved in WebStrom and Intellij 2016.2
As in above, unable to resolve Component, ProperTypes, InfoBar components, etc.. I have installed the latest IntelliJ, and have run npm install hence node_modules contain all the react folder. The... -
创建于 Property files or resource bundles
1. How to remove all the duplicate enterpries in resoruce bundles, duplicate by key and not by content2. How remove all the unused keys with values in property files.It would be nice feature of Int... -
创建于 PsiAnnotationUtil.getAnnotationValue(psiAnnotation, "condition", GSType.class)
Hi,I have annoation which has methods taking value as enum@java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.S... -
创建于 Intellij to support .jpage
Intellij could consider to support Java Scrap Book code as it happens in eclipse through extention files .jpage.Currerntly configuring .jpage as java source code does complain that, the file does n... -
创建于 Structural Search for all the (Object/Class) method parameters
Hi,Could you any one let us know syntax for Structural Search to final all the methods with parameters..Also, once the parameters are found, we need to rename the parameters in case they don't star... -
创建于 class format of line 'import com.tejasoft.${app.name.LC}.mobile.android.R;'
Hi,We have a special import which gets replaced with exact value of ${app.name.LC} during the build time before javac complile.However when such class is formatted the import is getting replaced wi... -
创建于 Refactoring to enums
已回答For the code like this public static final String ADD = "Add"; public static final String MOVE = "Move"; public static final String REMOVE = "Remove";Can be automatically converted to JDK enu... -
创建于 right jsp include or ant import support
In any professional products, jsp's and ant scripts get broken into many small small files and there would be a root jsp or root ant file from which these child files get included.In such senario, ... -
创建于 formating xml with in string quotes
Hi,Intellij could consider to support applying xml syntax formatting for jsp fragments or any string fragments <a href=" <portlet:actionURL> <portlet:param name='action' value='redirectBook'/> ... -
创建于 Feature Request : Duplicate Classes - Ability to show Diffs
Hi,Would be nice to see shortcut bar menu with diff's related to duplicate class which are found in source code.Currently, one has to copy and put one class on clipboard and then come to next one a...