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

Cannot refresh intellisense to changes in excel file #38

Open
halcwb opened this issue Feb 9, 2017 · 0 comments
Open

Cannot refresh intellisense to changes in excel file #38

halcwb opened this issue Feb 9, 2017 · 0 comments
Labels

Comments

@halcwb
Copy link

halcwb commented Feb 9, 2017

Description

Intellisense for a fsx file shows error after changing column names in excel template file.

Repro steps

Create an Excel template file with columns A and B called test.xlsx. Reference the type provider dll in an fsx file. Create the types using the text.xlsx. Write some code using columns A and B

  1. Step A

Change column B to C in the excel file.

  1. Step B

Change the naming of column B to C in the fsx file. Intellisense shows and error for using column C. However, the code can be loaded to the fsi without problems. The only way to be able to correct the intellisense problem is by renaming the test.xlsx to for example test1.xlsx and use that file.

Expected behavior

Intellisense adjusts to the new column C.

Actual behavior

Intellisense keeps refering to column B.

Known workarounds

Renaming the template file and using that as type provider.

Related information

  • Windows 7
  • .NET 4
@dsyme dsyme added the bug label Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants