Nagendra
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created Refactoring to enums
AnsweredFor 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... -
Created 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, ... -
Created 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'/> ... -
Created 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...