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
The current test versions can be found on the [Releases](https://github.com/Excel-DNA/IntelliSense/releases) tab.
38
36
39
-
Currently only the 32-bit version of Excel is supported, and in the configuration where the IntelliSense support is loaded as a separate add-in.
37
+
User-defined functions written in VBA (either in an add-in or regular Workbook) can also provide IntelliSense descriptions, either by embedding descriptions in the Workbook, or in an external file.
38
+
39
+
The first configuration being tested now, is where the IntelliSense display server is loaded as a separate add-in.
40
+
41
+
Getting Started
42
+
---------------
43
+
44
+
See the [Getting Started](https://github.com/Excel-DNA/IntelliSense/wiki/Getting-Started) page for more detail.
40
45
41
46
Future direction
42
47
----------------
43
48
44
49
The first step is to stabilize the current implementation.
45
-
For the first release, we hope to add:
46
-
47
-
* support for 64-bit Excel,
48
-
* support for UDFs from VBA add-ins,
49
-
* support for integrated deployment (as a library deployed in an Excel-DNA add-in) .
50
+
For the first release, we still hope to add support for integrated deployment (as a library deployed in an Excel-DNA add-in).
51
+
Otherwise the library is feature complete for the first version.
50
52
51
53
Once a basic implementation is working, there is scope for quite a lot of enhancement. For example, we could add support for:
52
54
@@ -72,5 +74,5 @@ This project is published under the standard MIT license.
0 commit comments