Add IntelliSense with documentation panel to code editor

This commit is contained in:
Ryan Ward
2026-05-28 16:00:45 -05:00
parent 6792039df4
commit 5a79ed0aa7
5 changed files with 401 additions and 23 deletions
+4
View File
@@ -918,6 +918,10 @@ pub const DOGFOOD_FLAGS: &[FeatureFlag] = &[
FeatureFlag::LocalDockerSandbox,
FeatureFlag::VerticalTabsSummaryMode,
FeatureFlag::CloudModeSetupV2,
FeatureFlag::LspCompletion,
FeatureFlag::LspCodeActions,
FeatureFlag::LspRename,
FeatureFlag::LspSignatureHelp,
];
/// Features enabled for feature preview build users (e.g.: Friends of Warp).