Skip to content

Support special syntax for compilation and launch #130

Description

@andreeis

Will split later into more items if needed. Dumping all here for now.

Compilation

  • cl.exe: /DMyDefine1=Val1,MyDefine2=Val2
  • wrappers (cl.cmd)
  • cl, lib and link: @file.rsp (response files)
  • account for unusual or very old source file extensions (.c++, .C). hpp?
  • conflicts analysis for switches that impact IntelliSense: /TC with /TP, /D and /U

Launch

  • binary target invoked via "cmd -c", "start cmd", "source", "bash", conditioned by "@if (not) exist" ... etc ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature: ParsersThe area of parsing the dry-run or build logFeature: accuracyAble to parse and understand more scenariosenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions