Nagendra

- 活动总数 76
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 29
-
Nagendra 创建了一个帖子, 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... -
Nagendra 创建了一个帖子, 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... -
Nagendra 创建了一个帖子, 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... -
Nagendra 创建了一个帖子, 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... -
Nagendra 创建了一个帖子, 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... -
Nagendra 创建了一个帖子, 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... -
Nagendra 创建了一个帖子, 已回答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... -
Nagendra 创建了一个帖子, 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, ... -
Nagendra 创建了一个帖子, 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'/> ... -
Nagendra 创建了一个帖子, 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...