csharpextensions icon indicating copy to clipboard operation
csharpextensions copied to clipboard

Feature auto capitalize namespace tokens

Open gr0l opened this issue 7 years ago • 2 comments

Hi, Thanks for the plugin. I started to use this plugin. But in my projects the folders are not case sensitive. So I added a capitalization of the namespace tokens for projects that use lower case folders and fixed a little bug in the namespace generation.

See the details in the CHANGELOG.md.

Kind regards Oliver

gr0l avatar Dec 17 '17 23:12 gr0l

👍 looks good, will try and find time to give it a proper look

jchannon avatar Dec 18 '17 12:12 jchannon

Hi, I also added support for compilation folder configured in csproj-file of a project. If the project file contains the following configuration:

 <ItemGroup>
    <Compile Include="src/**/*.cs" />
    <EmbeddedResource Include="resources/**/*" />
  </ItemGroup>

The folder "src" will also be stripped out from the generated namespace.

Kind regards Oliver

gr0l avatar Jan 19 '18 21:01 gr0l