microsoft / microsoft/vscode-java-debug

how to set scientific notion display format for double with java debugger settings?

Open
#1,568 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ai-triaged enhancement
Dominant language
TypeScript
Stars
591
Forks
429
Avg merge
1d 9h
Merged PRs (30d)
19

Description

In VS Code, when debugging java files, float/double variables in "Variables" or "Debug Console" viewlet are using fixed precision format. For example, a double of value 1.1e-10 can be display as "0.00000000011", by set "java.debug.settings.numericPrecision" : 15

how to change the display format to scientific notion, i.e. , when the above setting, 1.1e-10 is displayed as "1.100000000000000e-10".

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking the java.debug.settings.numericPrecision setting and the debugger's Variables and Debug Console formatting behavior described in the issue. Determine whether scientific notation can be configured, and define completion as either documented support for that format or a clear implementation path for displaying values such as 1.1e-10 in scientific notation.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, vscode
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.