Gayan Perera

Results 109 comments of Gayan Perera

I tried the approach you mentioned @jdneo. We have few issues - When opening the file the symbols are cached, so basically you need to close and open editor to...

@rgrunber @jdneo Could you help me to reach someone in vscode team to review this change https://github.com/microsoft/vscode/pull/159377. This change actually adds support for * in the search query. It passes...

Today in vscode there is no way to view the symbols including the parents symbols. Even though this is not a UI only solution, not having the possibility in the...

> I'm fine with making this a mostly UI-specific change to vscode-java. After all, the only thing we should do on the language server side is augment the `DocumentSymbolParams` to...

Yes thats what i found as well. So may be this could be presented in the reference-view which is used for type hierarchy and call hierarchy as well ? The...

> This might be a preference, but I have always found `ctr + o` + type immediately in the search filter + `` to be faster/preferrable to using the outline...

I did, But it only works if the selected project is a java project, or a maven project with non-pom packaging type. What i expect is if we have a...

I think with new parallel index search in jdt.core searching for methods should be fast. I have a eclipse implementation as a plugin just for this which is faster for...

I was thinking if we can provide virtual project when opening a gradle file in groovy editor and include this dsl and the gradle api dependencies ? Do you think...

@eric-milles i tried you suggestion. But it seems like the dsl file isn’t getting loaded. For example blocks like dependencies and properties of dependencies block is not completing. And when...