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.
1 parent 1518aba commit b29611bCopy full SHA for b29611b
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