Gayan Perera

Results 120 issues of Gayan Perera

On rooted phone with Magisk when ever the phone is booted i see the toast notification which says Root permission granted for ForceDoze. Why ForceDoze request root access every time...

New extension is added to support reading inherited document symbols from java language server.

The completion suggestions for lambda actually adds parathesis for single parameters today. Only add the parentheses when there are multiple parameters for lambda expression.

enhancement
completion

When opening a workspace, the project build is started. When the project is large it takes time to complete the build which is same in Eclipse as well. But in...

For example trying to configure something like this gives an error ``` sonarqube { isSkipProject = true } ``` The reason seems to be that the SonarQubeExtension is not part...

bug
gradle

This will show definition in other workspace files in ref completions for definitions.

``` com.intellij.diagnostic.PluginException: Cannot create class org.zalando.intellij.swagger.reference.usage.SpecReferenceSearch [Plugin: org.zalando.intellij.swagger] at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:652) at com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.instantiateClass(ExtensionComponentAdapter.java:54) at com.intellij.openapi.extensions.impl.XmlExtensionAdapter$SimpleConstructorInjectionAdapter.instantiateClass(XmlExtensionAdapter.java:132) at com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.createInstance(ExtensionComponentAdapter.java:45) at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.createInstance(XmlExtensionAdapter.java:68) at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapter(ExtensionPointImpl.java:446) at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapters(ExtensionPointImpl.java:401) at com.intellij.openapi.extensions.impl.ExtensionPointImpl.getExtensionList(ExtensionPointImpl.java:232) at com.intellij.openapi.extensions.SmartExtensionPoint.getExtensions(SmartExtensionPoint.java:89) at com.intellij.psi.search.searches.ExtensibleQueryFactory.getExecutors(ExtensibleQueryFactory.java:79) at com.intellij.util.QueryFactory.createQuery(QueryFactory.java:26)...

![image](https://user-images.githubusercontent.com/7471994/63488188-b3797f00-c4cb-11e9-8880-928afa2b2714.png)

context-ui
scope-ux
status-reproduction
scope-quality

The reference view API is used to show the document outline with inherited symbols using the new java.ls extension method. Signed-off-by: Gayan Perera

has conflicts

Today when updating the project, the UI only provide option for java projects. To update a project hierarchy the user needs to update each individual java project. Adding the support...

enhancement