Achal Talati

Results 12 issues of Achal Talati

I had earlier raised a PR for Computing hints based on custom preferences https://github.com/apache/netbeans/pull/6760, but forgot to push the changes to integrate it with vscode extension. So, here is the...

LSP
VSCode Extension

Currently, all the quickfix calculated appears in the VS code which may not be related to the current cursor position as well. So, if we add a condition that it...

LSP
VSCode Extension

Add netbeans patches to fix issues - #59 - #101

OCA Verified

- Using `c8` lib added code-coverage report generation functionality. NOTE: Merge after NB-23 or when patch is added in this repo

OCA Verified

I tried to run this repo : [https://github.com/admpresales/testng-example](https://github.com/admpresales/testng-example). But it resulted in this error. Steps to reproduce: 1. git clone https://github.com/admpresales/testng-example 2. open any file it would show it has...

bug
Apache-Netbeans
patch-ready-YTD

This PR aims to disable some obvious unused modules to reduce the size of the extension. After disabling all these modules the size of the extension reduces to almost 137...

OCA Verified

We can directly pass `vmArgs` option if present in launch.json or provide separate option for passing arguments in the test.

enhancement

At present, the Java LSP module only captures telemetry for the initiation and completion of scanning or indexing tasks. This PR seeks to enhance telemetry management to gather richer insights...

Currently Quick fix code actions for suppress warnings is not provided in the VS Code editor

enhancement
Apache-Netbeans
patch-ready-YTD

As a starting step added performance tests to measure how much time it takes to open OpenJDK project.

OCA Verified
do not merge