question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Excel 365 window become laggy

See original GitHub issue

When I use an intellisense 1.6 Addin with

public void AutoOpen()
{
            ExcelIntegration.RegisterUnhandledExceptionHandler(ex => "!!! ERROR: " + ex.ToString());
            IntelliSenseServer.Install();
}

Excel window become laggy when you move it.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bevanweisscommented, Jan 17, 2023

@sbolofsson the github workflow is that you would fork the repo in your own name, then create a branch for your changes, push your changes to your personal fork, and then create a Pull Request back to @govert 's repository for him to review and merge as appropriate.

You would not need any permissions to @govert 's repository for this workflow.

As per: https://github.com/Excel-DNA/IntelliSense/pull/125

0reactions
sbolofssoncommented, Jan 17, 2023

@govert, I have fixed this issue in a local branch. Also, I have fixed that the intellisense tooltip basically doesn’t update to show the function arguments when I type in a formula (or move the text caret around) in the latest version of Excel. I suspect it’s related to a recent Office/Windows update, such that Excel no longer sends the same Window events.

Can you give me permissions to push the branch, such that I can create a PR?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Excel Slow Down Issue
Turn off Hey Cortana and reboot your computer. Press Windows key + I > type Cortana > Cortana and Search settings > Change...
Read more >
Excel runs/operating very slow in Windows 10
Excel runs/operating very slow in Windows 10 · 1) Repairing office installation. · 2) Using repair fix tool, Microsoft Support and Recovery ...
Read more >
Excel is absolutely unusable due to lag when trying to use.
1. In Excel, go to File > Options > select 'Advanced'. 2. Under Display, check the box for 'Disable hardware graphics acceleration' ...
Read more >
Excel Running Slow, Hanging, Freezing, Not Responding
You may try these steps and see if the issue will be fixed. 1. In Excel (or in other Office apps like PowerPoint,...
Read more >
Office 365 Excel Slow
Open Excel > File > Options > Advanced > Under the Display section, check the box for 'Disable hardware graphics acceleration' > Click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found