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.

Intellisense not working in 0.10.0 beta packages

See original GitHub issue

I’m not sure if this issue is already known but I’m getting a problem with Intellisense when using the 0.10.0-beta05 package:

image

paket.dependencies is just

source https://api.nuget.org/v3/index.json

nuget FSharp.Core 
nuget SwaggerProvider 0.10.0-beta05 prerelease

I’ve verified it with the project targeting both netcoreapp2.1 and net462. It appears to be dependent on the imported namespaces in the file, open System is sufficient to trigger it. I think it appears on a per-file basis so affected files will have no Intellisense on any symbol at all. (Also verified this doesn’t occur with the 0.8.2 package.)

_Originally posted by @adamjones1 in https://github.com/fsprojects/SwaggerProvider/issues/115#issuecomment-475894223_

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
adamjones1commented, Nov 7, 2019

Now it appears to work 😄 (with the framework explicit as above)

0reactions
adamjones1commented, Nov 8, 2019

Yeah, I think the issue should be documented but this thread probably serves that purpose good enough since it’s quite minor.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio Code Intellisense not working for Javascript
Since version 1.7 there is no need to manually install typings, they should be downloaded automatically. Better JavaScript IntelliSense.
Read more >
Intellisense for C# does not work in multiproject environment
In the Extensions pane, click on the little gear next to the C# extension and select "Uninstall". After it's uninstalled, click the "Reload" ......
Read more >
HELP! VSCode Intellisense stopped working (Again!...)
I've shutdown my PC, and today Intellisense in VSCode does not work anymore.... !!! I've tried to open old projects, create new ones,...
Read more >
IntelliSense in Visual Studio Code
If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the...
Read more >
Intellisense in VSCode suddenly stopped working (C# & ...
I've been plagued by an issue in VSCode where the intellisense suddenly stopped working. I started up a file one day and it...
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