-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Justin Clareburt
committed
Dec 27, 2017
1 parent
d9f20f8
commit 2f49e35
Showing
4 changed files
with
78 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<h1>Hot Settings</h1> | ||
<p>Menus and Toolbars that expose Visual Studio settings.</p> | ||
<p><strong><span style="color: #ff0000;">Note: Work in progress!! Not all functions are working. This is being uploaded in a Beta state so that users can take advantage of the features that do work, and others can start contributing to the project.</span></strong></p> | ||
<p><strong><span style="color: #ff0000;">Please visit the <a href="http://github.com/justcla/HotSettings"> open source repo on GitHub</a> to raise issues or contribute fixes. Thanks!</span></strong></p> | ||
<p><a href="https://raw.githubusercontent.com/justcla/HotSettings/master/HotSettings/Resources/Screenshot.PNG" target="_blank"><img src="https://raw.githubusercontent.com/justcla/HotSettings/master/HotSettings/Resources/Screenshot.PNG" alt="Hot Settings screenshot" /></a></p> | ||
<h2>Intended to expose the following settings:</h2> | ||
<h3>Editor Margin Settings (Editor margin context menu)</h3> | ||
<ul> | ||
<li>Indicator margin (glyph margin) (Text editor setting)<br> | ||
- Contains breakpoints<br> | ||
- Contains bookmarks<br> | ||
- Also used by 3rd party extensions like Inherit Margin | ||
</li> | ||
<li>Line numbers (Language specific setting)</li> | ||
<li>Quick Actions / Lightbulb Margin (future ?)</li> | ||
<li>Selection margin (Text editor setting) | ||
? Track changes (separate item)</li> | ||
<li>Git Diff Margin (need 3rd party extension)</li> | ||
<li>Outlining (Edit->Outlining Cmd, C#->Advanced (default))</li> | ||
<li>Live Unit Testing (VS2017)</li> | ||
<li>Annotate (Blame)</li> | ||
</ul> | ||
<h3><a id="user-content-general-settings-editor-window-context-menu" class="anchor" href="https://github.com/justcla/HotSettings#general-settings-editor-window-context-menu"></a>General Settings (Editor window context menu)</h3> | ||
<ul> | ||
<li>Navigation Bar (language specific)</li> | ||
<li>Code Lens [Enterprise only] (Language specific)</li> | ||
<li>Indent guides [PPT/VS2017]</li> | ||
<li>White space (Edit Advanced Cmd)</li> | ||
<li>Word wrap (Edit Advanced Cmd) | ||
? Virtual glyphs</li> | ||
<li>Highlight current line (Text editor setting)</li> | ||
<li>Automatic delimiter highlighting (Text editor setting)</li> | ||
<li>Show procedure line separator (C#/Basic->Advanced)</li> | ||
<li>Show completion list [with keywords / code snippets] (C#->IntelliSense)</li> | ||
<li>Show line endings (need 3rd party extension)</li> | ||
<li>Highlight references to [symbol/keyword] under cursor (C#->Advanced)</li> | ||
<li>IntelliSense squiggles (Basic)</li> | ||
</ul> | ||
<h3><a id="user-content-scrollbar-vertical-scrollbar-context-menu" class="anchor" href="https://github.com/justcla/HotSettings#scrollbar-vertical-scrollbar-context-menu"></a>Scrollbar (Vertical scrollbar context menu)</h3> | ||
<ul> | ||
<li>Show changes</li> | ||
<li>Show marks</li> | ||
<li>Show errors</li> | ||
<li>Show caret position</li> | ||
</ul> | ||
<h3><a id="user-content-settings-toolbar" class="anchor" href="https://github.com/justcla/HotSettings#settings-toolbar"></a>Settings Toolbar</h3> | ||
<ul><li>Contain a mix of settings from all groups above</li></ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Hot Settings | ||
|
||
26-Dec-2017 v1.1: Added support for Outling and Navigation Bar | ||
20-Jun-2017 v1.0: Initial release (very beta!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Id="HotSettings.Justin Clareburt.9d7d4a40-2b7c-4177-82bf-1876951e6b24" Version="1.0" Language="en-US" Publisher="Justin Clareburt" /> | ||
<DisplayName>HotSettings</DisplayName> | ||
<Description xml:space="preserve">Menus and Toolbars that expose Visual Studio settings</Description> | ||
<Icon>Resources\HotSettings_90x.png</Icon> | ||
<PreviewImage>Resources\Screenshot.PNG</PreviewImage> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 15.0]" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Metadata> | ||
<Identity Id="HotSettings.Justin Clareburt.9d7d4a40-2b7c-4177-82bf-1876951e6b24" Version="1.1" Language="en-US" Publisher="Justin Clareburt" /> | ||
<DisplayName> Hot Settings</DisplayName> | ||
<Description xml:space="preserve">Menus and Toolbars that expose Visual Studio settings</Description> | ||
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.HotSettings</MoreInfo> | ||
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> | ||
<Icon>Resources\HotSettings_90x.png</Icon> | ||
<PreviewImage>Resources\Screenshot.PNG</PreviewImage> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 15.0]" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |