Git Product home page Git Product logo

visualstudiocppextensions's People

Contributors

dllieu avatar igitur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

visualstudiocppextensions's Issues

Filters file improperly created for VC++ : Shared Items Project

Within a "Shared Items Project", the filters file should contain references to items in this form:
ClCompile Include="$(MSBuildThisFileDirectory)"

However, the extension creates this instead:
ClInclude Include=""

which makes it to still appear at the top-level instead of the folder where it resides in.

Contact Regarding new VS Extension for C++

Hi there, you have made a great extension here! I would like to chat with you regarding a new VS extension if possible, this one for use with Conan.io. If you are not familiar, I'd love to chat with you about it. Please feel free to email me if interested, but if not go ahead and close ticket.

MVS 2019 support

Found this tool after spending the last 3 years navigating a gigantic list of source files. But also found that it doesn't work for MVS 2019. Can you re-release for MVS 2019?

hi,can you modify vs cppextenions

I want it can generte folder filter event though no .h or cpp file at folder! Is that right?

            if (projectItem.Kind == EnvDTE.Constants.vsProjectItemKindPhysicalFile ||
                EnvDTE.Constants.vsProjectItemKindPhysicalFolder == projectItem.kind)     // generate file or folder filter

Make the override of AdditionalIncludeDirectories optional

or better, just check the existing one, put them in set, also put the new directories in that set, then finally put everything from the set in that additional include directories:

1 - we won't lost any includes
2 - it won't cause any harm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.