Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add horizontal scroll bar for build messages and in debugger windows #6260

Closed
dougbu opened this issue May 10, 2016 · 2 comments
Closed

Add horizontal scroll bar for build messages and in debugger windows #6260

dougbu opened this issue May 10, 2016 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality

Comments

@dougbu
Copy link

dougbu commented May 10, 2016

  • VSCode Version: 1.1.0
  • OS Version: Windows 8.1
    • C# extension used in some screen shots below: v1.0.5-rc2
Steps to Reproduce:
  1. Show Errors and Warnings in a project with a few of each.

or

  1. Stop at a breakpoint in a project using long-named classes or with a deeply-nested property hierarchy.
Notes

Highlighting on hover only goes so far in a few more places than #5580 covers...

Build messages

Note these messages can only be seen in full affter opening the offending file.
unwrappederrors

Call stack at breakpoint

This particular view might be improved if the stack showed {method}, {namespace-qualified class} or {class.method}, {namespace}.
unwrappedcallstack

Deeply nested variables

unwrappedvariables

@isidorn
Copy link
Contributor

isidorn commented May 10, 2016

Build errors layout we are changing thus forwarding this to @sandy081
Debug horizontal scroll bar is not on the current plan, for inspecting such nested variables you can evaluate them in the repl which should give more space. Though I agree we should think about adding a horizontal scroll bar

@sandy081
Copy link
Member

sandy081 commented Jun 1, 2016

I am closing this as duplicates #6679 if this issue is specific to errors and warnings. Otherwise, please reopen this for a particular issue/usecase.

Refer to #6679 for updates on problems panel

@sandy081 sandy081 closed this as completed Jun 1, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants