Results 18 comments of casteng

This probably caused by Python dependency. LLDB-MI doesn't use Python but depend on it for some reason. Some versions (nightly builds AFAIR) will require python36.dll explicitly.

The "Unit namespaces" setting in SDK settings is exactly the feature you are talking about. It's not included in autotests yet but I just tested manually and it seems to...

Fixed in v2.50

Alexey, IDEA doesn't directly support including part of code from one file to another. So I haven't figured out yet a general solution for includes which will not hit performance....

I have similar code of my own. It seems possible to support such declarations in includes.

Source code is of course preferred but binary form should be also allowed for commercial vendors. The form can be specified with the dependency itself and only the requested part...

Probably not. How the tool will know for which platform the package is being installed? As it's source code based it can be compiler for several platforms.

Dependency? And dependency manager.

I'd prefer JSON as it's simpler and less boilerplate. Maven uses XML and is often criticized for this. Also a project file which specifies dependencies for a project may be...

Comments are useful for example to specify why a dependency on some package is needed. Or warn about some possible issues with it.