-
Rubber Duck Team,
_I'm well aware this is probably 100% outside of the scope of Rubberduck, but..._
Would it be worthwhile to split Rubberduck into separate libraries/projects? For example:
-…
-
Now, this may not be a bug, per se, because all of these completions are legal, but do they really make sense? Should it be jedi's or the consumer's (i.e. an IDE) responsibility to filter out the comp…
-
MZTools
[Class Field] Class fields cannot be declared with the Dim keyword
[Method Constant] Method constants must be all upper case
[Method Variable] Method variables cannot be a single letter
[M…
-
I have recently been using this guide lately to keep a clear record of changes: http://keepachangelog.com/en/0.3.0/
It seems to be fairly easy to do. What do you think about it @spences10? Would ma…
-
OOB, the CE will list all objects in a single flat list.
Compared to VBA Object Explorer, that's kind of a step backward because at least in the OE, we had folders for component types --- a folder …
-
So, we can use a wiki for when there's a bit more documentation than what should go in the README?
What do you think @mattpalermo
https://github.com/spences10/VBA-IDE-Code-Export/wiki
-
Nice work on the README @spences10. It is easy to read and the instructions are very specific. Loving the table of contents as well! I have a few thoughts about further improvements that could be made…
-
The current repo description is: "Export VBA code from the VBA IDE using the VBComponent class".
I think this should be updated to better summarise the utility of the tool. I think the mention of t…
-
Great work ok the shields @spences10. They look good, but it seems there is a couple of problems to be fixed.
The numbers shown are not the correct numbers. Maybe there is permissions that need to …
-
An automated installer for the add-in would really help those who are too lazy to install their add-in 😊 .
Issue #27 may be a good first step before achieving this.
From my experience with setting…