Extension for highlight syntax and comments in Visual Basic.
WARNING The default colors are configured for a dark background.
What's new in 2.2
VS2017 compatible.
I do not remember what improvements I have added during this time, sorry.
I have made this extension for my personal use, but I share it with you for free :-)
- Removedbackwardcompatibility
For Visual Studio 2015 Use this version:
jesusr.com/jrkeywords/JRKeywords1.6.86.zip
1.6.86 is the lastest with VS2015 support.
What's new in 1.6.86
- New Comment Tags:
Comment starts with !!
Comment starts with ??
Comment starts with @@
Comment starts with ##
Comment starts with :
Comment starts with [
Comment starts with {
Comment starts with (
- Minor bug fix.
- Optimizations.
- Removedbackwardcompatibility
For Visual Studio 13/12/11 Use this version:
jesusr.com/jrkeywords/JRKeywords1.6.16.zip
1.6.16 is the lastest with VS2013 support.
What's new in1.6.79
Options for Select Case, Return, GoTo, Continue and more...
New sizes for Subs, Functions and Properties.
Optimizations
What's new in1.6.42
Solved permanent Red Operators Bug.
The matching of the keywords is now less strict.
Changed Font for big comments.
What's new in1.6.39
VS 2015 Compatible
What's new in 1.6.16:
Small comment for:
.JR: Comment starts with !-
.JR: Comment starts with @-
.JR: Comment starts with #-
- Minor bug fix.
- Optimizations.

Improved selection for keywords withbackground color:

What's new in 1.5.969:
SQL String Colors:
Using someof thealready definedcolors.

What's new in 1.5.94:
- Minor bug fix.
- Visual Studio 2013 Compatible.
What's new in 1.5.82: .JR: Comment starts with !
.JR: Comment starts with !+
.JR: Comment starts with !++
.JR: Comment starts with ?
.JR: Comment starts with ?+
.JR: Comment starts with ?++
.JR: Comment starts with #
.JR: Comment starts with #+
.JR: Comment starts with #++
.JR: Comment starts with @
.JR: Comment starts with @+
.JR: Comment starts with @++
.JR: Comment starts with x
.JR: Comment starts with .
.JR: Comment starts with *
.JR: Contains elem nombre
.JR: Contains HTML CSS
.JR: Ends With I
.JR: Contains Vel grav rect fisic
.JR: Int Dbl Bool Str Sng Byte Bit Lng (For extension cast)
.JR: Contains Tipo Colis
.JR: Math Rnd Next
.JR: Contains Dina grupo
.JR: Delay Fase Cambio toca
.JR: Contains Dista Incre Espera Despla Canti Part
.JR: Contains Vert Horiz Sube Baja Up Down Salt
.JR: Contains Escena
.JR: Comment starts with +++
What's new in 1.5.6:
.JR: contains Visible
- Low priority for (Ends with X and ends with Y)
- Max priority for (Ends with _ ) (Animated green, non customizable colors)
What's new in 1.5.2:
.JR: Ends With X
.JR: Ends With Y
.JR: Identifier standard
.JR: Contains Alpha or Starts with Pos
.JR: Contains Rotation Rotacion Grados
.JR: Contains Velocity Movimiento Velocidad...
.JR: Ends With _ (Animated)
.JR: Ends With
.JR: Contains Value/Valor
.JR: Starts with
What's new in 1.4.9:
.JR: Contains Engine/Audio...
.JR: Contains Text
.JR: Contains Time
.JR: Clear/Remove/Delete
.JR: TouchX/TouchY
.JR: Try Catch Finally
What's new in 1.4:
40 = "-JR- (Sub/Function/Prop/Enum) Name"
41 = "-JR- Comment starts with -"
42 = "-JR- Comment starts with +"
43 = "-JR- Comment starts with ''"
44 = "-JR- Comment starts with ++"
45 = "-JR- 'TODO"
- and - Changes the size of the comments.
When the comment starts with '' it will change the color between two tones of green.
TODO comment animated too.
Screen shot updated.
Available colors:
Tools > Options > Font And Colors
1 = "-JR- If"
2 = "-JR- Type Ends with C"
3 = "-JR- Type Ends with E"
4 = "-JR- Type Ends with T"
5 = "-JR- Identifier Starts with m"
6 = "-JR- X Y ID Height Width..."
7 = "-JR- Optional"
8 = "-JR- Boolean Integer Single..."
9 = "-JR- Class"
10 = "-JR- Partial"
11 = "-JR- Class Key"
12 = "-JR- As In"
13 = "-JR- New Return"
14 = "-JR- Dim ReDim Static ByRef"
15 = "-JR- Is IsNot Nothing"
16 = "-JR- Public"
17 = "-JR- Private"
18 = "-JR- Shared"
19 = "-JR- Sub Function"
20 = "-JR- For Next ForEach"
21 = "-JR- Standard Keyword"
22 = "-JR- Property"
23 = "-JR- Or And AndAlso"
24 = "-JR- True"
25 = "-JR- False"
26 = "-JR- Variable"
27 = "-JR- Destruir Dispose"
28 = "-JR- Variable containts: Actual"
29 = "-JR- Starts with Comp"
30 = "-JR- Me"
31 = "-JR- While"
32 = "-JR- Contains ContainsKey"
33 = "-JR- Count Len Length"
34 = "-JR- InStr InStrRev IndexOf"
35 = "-JR- Trim TrimStart TrimEnd"
36 = "-JR- Mid Substring Split"
37 = "-JR- Add Remove"
38 = "-JR- Replace"
39 = "-JR- StartsWith EndsWith"
Some people uses the types ended with "C", "E" and "T", is like some people uses identifier Starts with "m" in private declarations.
Sample:
Public Class ClientC
Private mTest%
End Class
Dim Client as ClientC
If you don't use types ended with "C", "E" or "T", don't configure that color.