From f97e13364a49d2e24cdb5716f03429cb11dab760 Mon Sep 17 00:00:00 2001 From: James Hill Date: Sat, 6 Jun 2020 21:19:26 +1200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + README.md | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fb50b..1ab8905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Basic implementation of Visualforce Doc Lookup - Basic implementation of Salesforce Lightning Console Lookup - Basic implementation of Salesforce Classic Console Lookup +- Basic implementation of Salesforce Metadata Lookup ## 0.1.1 - Beta diff --git a/README.md b/README.md index e4b8b8c..54473bd 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,10 @@ Adds a new command: "Salesforce Reference: Apex" ## Roadmap In rough priority order -- [ ] Implement Basic Visualforce Reference -- [ ] Implement Basic Service Console Reference -- [ ] Implement Basic Metadata Reference +- [X] Implement Basic Visualforce Reference +- [X] Implement Basic Lightning Console Reference +- [X] Implement Basic Classic Console Reference +- [X] Implement Basic Metadata Reference - [ ] DRYing pass at the code - lots of pasta in there at the moment - [ ] Restructure the code - it's a big hacky pile, because it was from a hack session - [ ] Implement some kind of on-load caching, as the old ST3 plugin had @@ -86,6 +87,7 @@ Notes on design, future aims etc available in NOTES.MD - Basic implementation of Visualforce Doc Lookup - Basic implementation of Salesforce Lightning Console Lookup - Basic implementation of Salesforce Classic Console Lookup +- Basic implementation of Salesforce Metadata Lookup ### 0.1.1 - Beta - Basic implementation of Apex Doc Lookup