Hi, I have uploaded a bugfix release 0.48.1, among other things fixed:
- goto definition on alias: jump to base definition if caret on alias - cv2pdb: fix missing line numbers for new versions of mspdb*.dll - mago: variables captured from stack of outer function not displayed in locals Head over to http://rainers.github.io/visuald/visuald/StartPage.html or directly to https://github.com/dlang/visuald/releases/tag/v0.48.1 Happy holidays, Rainer On 02/12/2018 17:02, Rainer Schuetze wrote: > Hi, > > I have made a new release of Visual D available. Some highlights of > version 0.48.0: > > * installer and binaries now digitally signed by the "D Language Foundation" > * experimental: option to enable semantic identifier highlighting > * mago debugger: show return value, closure and capture variables as > locals (with dmd 2.084/nightly) > > See http://rainers.github.io/visuald/visuald/VersionHistory.html for the > full list of changes. > > Visual D is a Visual Studio extension that adds D language support to > VS2008-2017. It is written in D, its source code can be found on github: > https://github.com/D-Programming-Language/visuald, pull requests welcome. > > The installer can be found at > http://rainers.github.io/visuald/visuald/StartPage.html > > Happy coding, > Rainer >
