Brandon J. Boone
Brandon J. Boone
FYI: this is now available in OmniSharp: https://github.com/OmniSharp/omnisharp-roslyn/pull/1896 Setting is: `omnisharp.enableImportCompletion`
@tolu360 - Do you need any help with this PR? Testing, etc. I just applied @troublediehard's patch locally and it works great!
eslint-plugin-import [supports custom resolvers](https://github.com/benmosher/eslint-plugin-import#resolvers) _([full list](https://github.com/benmosher/eslint-plugin-import/wiki/Resolvers))_. Using [eslint-import-resolver-webpack](https://www.npmjs.com/package/eslint-import-resolver-webpack) solved this problem for me.
Another thing to keep in mind when using [eslint-import-resolver-webpack](https://www.npmjs.com/package/eslint-import-resolver-webpack): > Will look for webpack.config.js as a sibling of the first ancestral package.json, or a config parameter may be provided with...
Also facing the same issue using `QueryAsync` and `DynamicParameters`. As @daviden83 said earlier, recycling IIS seems to clear up the issue, but it happens sporadically / randomly. This is on...
@daviden83, unfortunately no, my code doesn't match that pattern, but thanks for the suggestion! I'm using Dapper behind an HTTP API (.net Core 3.1) serving individual requests with simple queries...
Looks like HCPCS support was removed: https://github.com/onc-healthit/reference-ccda-validator/issues/83