Version 1.21 will feature a Code Explorer getting closer to where we envision it:
Just like the Project Explorer we can now toggle folders on and off, and components are sorted alphabetically. We can add standard and class modules, even test modules, open the designer when a form is selected – we can even run all tests from there if we want.
The Code Explorer is a bit of an hybrid between the VBE’s Project Explorer and Object Browser windows – we see all the members of every module, and we can double-click navigate anywhere.
We’re planning to implement a number of refactorings in 1.3, and some of them are going to be available from the Code Explorer‘s context menu. 1.3 will also integrate GitHub source control, and the Code Explorer‘s context menu will be usable to commit or undo changes to a specific file – importing and exporting files is also going to be in that menu by then.
What else would you use the Code Explorer for? Does the Code Explorer replace the VBE’s Project Explorer for you?
[…] easier to navigate your VBA project. It’s not just about organizing your code with folders: since version 1.21, the Code Explorer has allowed VBA devs to drill down and explore a module’s […]
LikeLike
Heya this is somewhat of off topic but I was wanting
to know if blogs use WYSIWYG editors or if you have to manually code with HTML.
I’m starting a blog soon but have no coding expertise so I
wanted to get guidance from someone with experience.
Any help would be greatly appreciated! https://rapidresultsketo.net/
LikeLike
Hi! I started out with the WP WYSIWYG editor, but to get the code blocks with syntax highlighting you need to switch to the HTML view – pretty much everything else can be done with WYSIWYG, but HTML is fairly simple though.
LikeLike