Skip to content

Commit

Permalink
Update README and VSIX overviews
Browse files Browse the repository at this point in the history
  • Loading branch information
ReMinoer committed Apr 29, 2022
1 parent 7694dd7 commit 5debbb7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 20 deletions.
25 changes: 16 additions & 9 deletions Plugins/SubSolution.VisualStudio16/overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# SubSolution extension
# SubSolution

- Create/open the .subsln file associated to the current solution from the Solution Explorer context menu.
- When saving .subsln files, a preview of the resulting solution is shown so you can decide if you want to applied it or not.
- Visual Studio automatically check if the solution is up-to-date at solution opening.

# SubSolution configuration files

SubSolution use a XML file format with extension `.subsln` to describe the content of Visual Studio solutions in a more user-friendly syntax than .sln format.
SubSolution use XML files with the extension `.subsln` to describe the content of Visual Studio solutions in a user-friendly syntax.

```xml
<Subsln xmlns="http://subsln.github.io">
Expand All @@ -22,4 +16,17 @@ SubSolution use a XML file format with extension `.subsln` to describe the conte
</Subsln>
```

More details on our [GitHub page](https://github.com/ReMinoer/SubSolution).
The Visual Studio extension includes the following features:

- You can create/open the .subsln file associated to the current solution from the Solution Explorer context menu.

![Command](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_command.png)

- When saving a .subsln file, you can see a preview of the updated solution and decide if you want to modify the solution or not.

![Save](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_save.png)

- When opening a solution with an associated .subsln file, it automatically checks if your solution is up-to-date.

![Load](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_load.png)

25 changes: 16 additions & 9 deletions Plugins/SubSolution.VisualStudio17/overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# SubSolution extension
# SubSolution

- Create/open the .subsln file associated to the current solution from the Solution Explorer context menu.
- When saving .subsln files, a preview of the resulting solution is shown so you can decide if you want to applied it or not.
- Visual Studio automatically check if the solution is up-to-date at solution opening.

# SubSolution configuration files

SubSolution use a XML file format with extension `.subsln` to describe the content of Visual Studio solutions in a more user-friendly syntax than .sln format.
SubSolution use XML files with the extension `.subsln` to describe the content of Visual Studio solutions in a user-friendly syntax.

```xml
<Subsln xmlns="http://subsln.github.io">
Expand All @@ -22,4 +16,17 @@ SubSolution use a XML file format with extension `.subsln` to describe the conte
</Subsln>
```

More details on our [GitHub page](https://github.com/ReMinoer/SubSolution).
The Visual Studio extension includes the following features:

- You can create/open the .subsln file associated to the current solution from the Solution Explorer context menu.

![Command](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_command.png)

- When saving a .subsln file, you can see a preview of the updated solution and decide if you want to modify the solution or not.

![Save](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_save.png)

- When opening a solution with an associated .subsln file, it automatically checks if your solution is up-to-date.

![Load](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_load.png)

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It includes various tools:

# Configuration files: `.subsln`

SubSolution introduce a XML file format using extension `.subsln` to describe the content of Visual Studio solutions with a more user-friendly syntax than .sln format. You can generate a solution from it or update an existing one.
SubSolution use XML files with the extension `.subsln` to describe the content of Visual Studio solutions in a user-friendly syntax.

```xml
<Subsln xmlns="http://subsln.github.io">
Expand Down Expand Up @@ -80,7 +80,7 @@ The Visual Studio extension includes the following features:

![Save](Images/vs_save.png)

- When opening a solution, it automatically check if you solution is up-to-date.
- When opening a solution, it automatically checks if your solution is up-to-date.

![Load](Images/vs_load.png)

Expand Down

0 comments on commit 5debbb7

Please sign in to comment.