We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1518aba + b29611b commit a9f2f55Copy full SHA for a9f2f55
External/Plugins/HaXeContext/HaXeSettings.cs
@@ -17,7 +17,7 @@ public class HaXeSettings : ASCompletion.Settings.IContextSettings
17
18
#region IContextSettings Documentation
19
20
- const string DEFAULT_DOC_COMMAND = "http://www.google.com/search?q=$(ItmTypPkg)+$(ItmTypName)+$(ItmName)+site:http://haxe.org/api";
+ const string DEFAULT_DOC_COMMAND = "http://www.google.com/search?q=$(ItmTypPkg)+$(ItmTypName)+$(ItmName)+site:http://api.haxe.org/";
21
protected string documentationCommandLine = DEFAULT_DOC_COMMAND;
22
23
[DisplayName("Documentation Command Line")]
0 commit comments