You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +28,7 @@ Check out this list to see what _Codist_ can do for you.
28
28
*[Others](#other-features)
29
29
*[Comprehensive Configurations](#feature-control)
30
30
*[Acknowledgements](#acknowledgements)
31
-
*[License](#license), [Bugs and Sugguestions](#bugs-and-suggestions), [Donate](#support-codist-by-donation)
31
+
*[License](#license), [Bugs and Suggestions](#bugs-and-suggestions), [Donate](#support-codist-by-donation)
32
32
33
33
_Codist_ supports localization into other languages and it has both English and Chinese now.
34
34
@@ -48,7 +48,7 @@ The following screenshots of the `TestPage.cs` file in the source code project d
48
48
* Comment content can be tagged (e.g. _note_) and highlighted with individual style.
49
49
* Unnecessary code can be marked strike-through.
50
50
* Keywords are categorized and highlighted with various styles (e.g. `abstract` and `sealed`, `return` and `throw`, etc.).
51
-
* Overriding members (such as `ToString`) can be painted with gradient background color, so at a glance we know that the marked implementations have overrided their base classes.
51
+
* Overriding members (such as `ToString`) can be painted with gradient background color, so at a glance we know that the marked implementations have overridden their base classes.
52
52
* Imported symbols (from external assemblies, e.g. `NotImplementedException`, `ToString`) can be marked with a different style (bold here), distinguishing from symbols defined in your code.
53
53
* All the above styles are customizable.
54
54
@@ -86,9 +86,9 @@ You can explore other syntax categories by clicking the list on the left of the
86
86
87
87
Syntax definitions in the _All languages_ section will list all syntax styles for any languages installed; those under _Tagged comments_ section apply to [comment taggers](#comment-tagger-and-styles), others apply to corresponding languages accordingly.
88
88
89
-
**Note**: _Font size_ is relative value to editor default font size. Halfly checked checkboxes denote default syntax styles are used.
89
+
**Note**: _Font size_ is relative value to editor default font size. Partially checked checkboxes denote default syntax styles are used.
90
90
91
-
**A Side Note for Editor Font**: You may consider subsituting the font used by Visual Studio code editor with professionally designed fonts for programming, for instance, [IBM Plex Mono](https://github.com/IBM/plex), [Fira Code](https://github.com/tonsky/FiraCode), etc. Employing [MacType](https://github.com/snowie2000/mactype) can also enhance systemwide textual display quality, especially for Chinese, Japanese and Korean programmers.
91
+
**A Side Note for Editor Font**: You may consider substituting the font used by Visual Studio code editor with professionally designed fonts for programming, for instance, [IBM Plex Mono](https://github.com/IBM/plex), [Fira Code](https://github.com/tonsky/FiraCode), etc. Employing [MacType](https://github.com/snowie2000/mactype) can also enhance system-wide textual display quality, especially for Chinese, Japanese and Korean programmers.
92
92
93
93
### My Symbols and External Symbols
94
94
@@ -114,7 +114,7 @@ You can customize it in the *symbol markers* section under the *C#* section in t
114
114
115
115
## Super Quick Info
116
116
117
-
The quick info (the tooltip shown when you hover your mouse pointer on your C# source code) can be enhanced by *Codist*.
117
+
The quick info (the tool-tip shown when you hover your mouse pointer on your C# source code) can be enhanced by *Codist*.
118
118
119
119
### General Quick Info
120
120
@@ -181,7 +181,7 @@ _Super Quick Info_ especially enhances programming experience for C# programmers
181
181
The overridden XML Documentation makes the following changes to displayed documentation.
182
182
183
183
* More syntax colors (adopting syntax highlight colors) for symbols.
184
-
* Icons for documetation parts.
184
+
* Icons for documentation parts.
185
185
* Selectable content of the documentation.
186
186
* Copyable quick info content (First select text with your mouse, then press `Ctrl + C` shortcut key, or right click to show up a context menu with Copy command).
187
187
* Concise form of members (without leading namespace or containing type names, hover your mouse over a symbol to view its full definition).
@@ -192,7 +192,7 @@ _Super Quick Info_ especially enhances programming experience for C# programmers
192
192
193
193
When _Override XML Documentation_ checkbox is checked in the options page, it is also possible to activate options under it.
194
194
195
-
***Inherit from base type or interfaces** option will show documentation description from base `class`es or implemeted`interface`s if the XML Doc description of the current symbol is absent.
195
+
***Inherit from base type or interfaces** option will show documentation description from base `class`es or implemented`interface`s if the XML Doc description of the current symbol is absent.
196
196
197
197

198
198
@@ -263,7 +263,7 @@ _Codist_ shows XML Doc for those `namespace`s with an embedded `NamespaceDoc` cl
263
263
264
264
## Navigation Bar
265
265
266
-
_Navigation bar_ locates at the top of the code editor window. It overrides the original navigation bar. When the _Navigation Bar_ is loadeded, it hides two drop-down lists on the original Navigation Bar, but preserves the project drop-down list.
266
+
_Navigation bar_ locates at the top of the code editor window. It overrides the original navigation bar. When the _Navigation Bar_ is loaded, it hides two drop-down lists on the original Navigation Bar, but preserves the project drop-down list.
267
267
268
268
Basically, the _Navigation Bar_ serves the same purpose of the original one comes with Visual Studio, displaying symbol information where the caret is placed.
269
269
@@ -295,9 +295,9 @@ Basically, the _Navigation Bar_ serves the same purpose of the original one come
295
295
296
296
There is also a search box in this menu, which filters content of the menu.
297
297
298
-
There are several buttons beside the search box. Numbers on the buttons counts corrsponding items within the type. Hover your mouse cursor over the button, you can read meanings of them. Pressing down those buttons filters members within the menu to corresponding ones.
298
+
There are several buttons beside the search box. Numbers on the buttons counts corresponding items within the type. Hover your mouse cursor over the button, you can read meanings of them. Pressing down those buttons filters members within the menu to corresponding ones.
299
299
300
-
You can right click items on the menu to bring out a context menu for curresponding members.
300
+
You can right click items on the menu to bring out a context menu for corresponding members.
301
301
302
302
3. Clicking a **Namespace node** which follows the Document node will popup a menu, displaying namespaces and types defined in the corresponding namespace. You can click on those items and jump to the beginning of corresponding definitions.
303
303
@@ -355,11 +355,11 @@ Similarly, you can type in the search box to filter down the titles.
355
355
356
356
There are two toolbars on _Smart Bar_. The top bar contains general editing commands for all file types. Buttons on the bottom bar changes according to file types.
357
357
358
-
Buttons on the *Smart Bar* changes according to your selection, typical buttons are editing operations (e.g. _Cut_, _Copy_, _Paste_, _Delete_, _Duplicate_, _Formatting_, _Find_, etc.), code analysis operations (e.g. _Go to defintion_, _Find references_), refactoring operations (e.g. _Rename_, _Extract method_, etc.)
358
+
Buttons on the *Smart Bar* changes according to your selection, typical buttons are editing operations (e.g. _Cut_, _Copy_, _Paste_, _Delete_, _Duplicate_, _Formatting_, _Find_, etc.), code analysis operations (e.g. _Go to definition_, _Find references_), refactoring operations (e.g. _Rename_, _Extract method_, etc.)
359
359
360
360

361
361
362
-
Each button on _Smart Bar_ usually has multiple functions. Left clicking, right clicking, Ctrl+clicking and Shift+clicking trigger different commands. For details, see the tooltip for the buttons. Right clicking a button usually expands the effective range of a command to the whole line, or brings out a pop-up menu for more commands.
362
+
Each button on _Smart Bar_ usually has multiple functions. Left clicking, right clicking, Ctrl+clicking and Shift+clicking trigger different commands. For details, see the tool-tip for the buttons. Right clicking a button usually expands the effective range of a command to the whole line, or brings out a pop-up menu for more commands.
363
363
364
364

365
365
@@ -399,7 +399,7 @@ For Visual Studio extension developers, the preview offers more, for instances,
399
399
400
400
The **Find Implementations** command for an interface type will display all types that implement that interface. The same command will also appear for interface members, which finds out corresponding members that implement the specific interface member.
401
401
402
-
When we begin to work with new libraries, we usually have to learn new types and APIs. Two typical senario are that "_what methods, properties return specific instance of a type?_" and "_what methods can an instance of a given type can be passed into?_". Thus, _Smart Bar_ provides _Find Instance Producer_ and _Find Instance as Parameter_ for type names. The following screen shot demonstrates the reslt of finding instance producers which returns an instance of `IWpfTextView`.
402
+
When we begin to work with new libraries, we usually have to learn new types and APIs. Two typical scenario are that "_what methods, properties return specific instance of a type?_" and "_what methods can an instance of a given type can be passed into?_". Thus, _Smart Bar_ provides _Find Instance Producer_ and _Find Instance as Parameter_ for type names. The following screen shot demonstrates the result of finding instance producers which returns an instance of `IWpfTextView`.
403
403
404
404

405
405
@@ -421,7 +421,7 @@ To remove symbol marker, click the *Remove symbol mark* command in the drop-down
421
421
422
422
Symbol markers will be cleared when the solution is unloaded.
423
423
424
-
**Note**: The style of symbol markers can be customized in othe*Syntax highlight Configurations* dialog. The default colors are listed below. You also need to turn on the _Syntax Highlight_ feature in order to make this feature work.
424
+
**Note**: The style of symbol markers can be customized in the*Syntax highlight Configurations* dialog. The default colors are listed below. You also need to turn on the _Syntax Highlight_ feature in order to make this feature work.
@@ -443,10 +443,10 @@ _Smart Bar_ also works on _Output_, _C# Interactive_, _Immediate (Debug)_, _Find
443
443
444
444
## Scrollbar Marker
445
445
446
-
_Scollbar Marker_ draws extra glyphs and shapes on the vertical scrollbar for the following syntax elements:
446
+
_Scrollbar Marker_ draws extra glyphs and shapes on the vertical scrollbar for the following syntax elements:
447
447
448
448
***Line numbers** (marked with gray dashed lines and numbers)
449
-
* Selection range (marked with semi-trasparent color blocks over the bar)
449
+
* Selection range (marked with semi-transparent color blocks over the bar)
450
450
* Special comments tagged by comment tagger (marked with small squares)
451
451
* C# `class`/`struct`/`interface`/`enum`**declarations** (marked with lines indicating their ranges and a square, and their names indicating their declaration locations)
452
452
* C# compiler directives, e.g. `#if`, `#else`, `#region`, `#pragma`, etc. (marked with a gray spot)
@@ -492,7 +492,7 @@ From version 6.3 on, it is possible to hide some elements from the user interfac
492
492
493
493
## Jump List Shortcuts
494
494
495
-
Jump List is a menu section that appears when you right click the Visual Studio button on the taskbar. It lists your recently opened solutions, projects or documents.
495
+
Jump List is a menu section that appears when you right click the Visual Studio button on the task bar. It lists your recently opened solutions, projects or documents.
496
496
497
497
From version 6.3 on, Codist can add three shortcuts to that list when you check the _Jump List Shortcuts_ option. Those shortcuts start Visual Studio in a special mode.
0 commit comments