Re: [Rdkit-discuss] Compatibility with pylint in vscode

2019-10-12 Thread Hongbin Yang
Dear Paolo, Thank you. The configuration can solve the problem. But after I add it to python->linting->Pylint Args, more (numerous) errors/warnings rush out, which are correct but unwanted. I guess that the configuration of "Use Minimal Checkers" is disabled though it is still be checked.

Re: [Rdkit-discuss] Compatibility with pylint in vscode

2019-10-12 Thread Paolo Tosco
Hi Hongbin, Try configuring extension-pkg-whitelist=rdkit Then pylint should recognise RDKit methods. Cheers, p. > On 12 Oct 2019, at 08:12, Hongbin Yang wrote: > > Dear RDKit users, > > Does any one use vscode with pylint support? > In my IDE, it hints me that "Module 'rdkit.Chem' has

[Rdkit-discuss] Compatibility with pylint in vscode

2019-10-12 Thread Hongbin Yang
Dear RDKit users, Does any one use vscode with pylint support? In my IDE, it hints me that "Module 'rdkit.Chem' has no 'MolFromSmiles' member." where there is a red wavy line under the code "Chem". The environment of conda/python is correctly configured and the scripts can run. I know that