Home
last modified time | relevance | path

Searched full:ide (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/
DCargo.toml2 name = "ide"
31 ide-assists.workspace = true
32 ide-completion.workspace = true
33 ide-db.workspace = true
34 ide-diagnostics.workspace = true
35 ide-ssr.workspace = true
40 # ide should depend only on the top-level `hir` package. if you need
54 in-rust-tree = ["ide-assists/in-rust-tree", "ide-diagnostics/in-rust-tree"]
/third_party/rust/rust/src/tools/rust-analyzer/
DCargo.toml52 ide = { path = "./crates/ide", version = "0.0.0" }
53 ide-assists = { path = "./crates/ide-assists", version = "0.0.0" }
54 ide-completion = { path = "./crates/ide-completion", version = "0.0.0" }
55 ide-db = { path = "./crates/ide-db", version = "0.0.0" }
56 ide-diagnostics = { path = "./crates/ide-diagnostics", version = "0.0.0" }
57 ide-ssr = { path = "./crates/ide-ssr", version = "0.0.0" }
DREADME.md8 It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
31 https://users.rust-lang.org/c/ide/14
41 * API docs: https://rust-lang.github.io/rust-analyzer/ide/
/third_party/gn/src/gn/
Dcommand_gen.cc44 const char kSwitchIde[] = "ide";
56 const char kSwitchIdeRootTarget[] = "ide-root-target";
74 const char kSwitchJsonIdeScript[] = "json-ide-script";
75 const char kSwitchJsonIdeScriptArgs[] = "json-ide-script-args";
79 // A map type used to implement --ide=ninja_outputs
238 bool RunIdeWriter(const std::string& ide, in RunIdeWriter() argument
247 if (ide == kSwitchIdeValueEclipse) { in RunIdeWriter()
255 } else if (ide == kSwitchIdeValueVs || ide == kSwitchIdeValueVs2013 || in RunIdeWriter()
256 ide == kSwitchIdeValueVs2015 || ide == kSwitchIdeValueVs2017 || in RunIdeWriter()
257 ide == kSwitchIdeValueVs2019 || ide == kSwitchIdeValueVs2022) { in RunIdeWriter()
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/docs/dev/
Darchitecture.md12 * https://rust-analyzer.github.io/blog/2020/07/20/three-architectures-for-responsive-ide.html
47 `Analysis` and `AnalysisHost` types define the main API for consumers of IDE services.
128 …store for semantic info is convenient in traditional compilers, but doesn't work nicely in the IDE.
157 This is the compiler part of the IDE.
200 This is the heart of many IDE features, like goto definition, which start with figuring out the hir…
201 This is some kind of (yet unnamed) uber-IDE pattern, as it is present in Roslyn and Kotlin as well.
203 ### `crates/ide`
205 The `ide` crate builds on top of `hir` semantic model to provide high-level IDE features like compl…
207 If you want to use IDE parts of rust-analyzer via LSP, custom flatbuffers-based protocol or just as…
209 **Architecture Invariant:** `ide` crate's API is build out of POD types with public fields.
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/
Dautopublish.yaml42 cargo workspaces rename --from ide-assists ide_assists
43 cargo workspaces rename --from ide-completion ide_completion
44 cargo workspaces rename --from ide-db ide_db
45 cargo workspaces rename --from ide-diagnostics ide_diagnostics
46 cargo workspaces rename --from ide-ssr ide_ssr
/third_party/lwip/contrib/ports/win32/msvc/
Dbuild_coverity.cmd5 set devenv="%ProgramFiles%\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"
6 if not exist %devenv% set devenv="%ProgramFiles%\Microsoft Visual Studio 10.0\Common7\IDE\vcexpress…
7 if not exist %devenv% set devenv="%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE\deve…
8 if not exist %devenv% set devenv="%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE\vcex…
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dtidy.rs221 "ide-db/src/generated/lints.rs", in check_todo()
222 "ide-assists/src/utils/gen_trait_fn_body.rs", in check_todo()
223 "ide-assists/src/tests/generated.rs", in check_todo()
225 "ide-diagnostics/src/handlers/missing_fields.rs", in check_todo()
252 "ide-completion/src/completions/postfix.rs", in check_dbg()
253 "ide-completion/src/completions/keyword.rs", in check_dbg()
254 "ide-completion/src/tests/proc_macros.rs", in check_dbg()
256 "ide-completion/src/lib.rs", in check_dbg()
257 "ide-db/src/generated/lints.rs", in check_dbg()
261 "ide-completion/src/tests/special.rs", in check_dbg()
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/
DCargo.toml66 ide-db.workspace = true
68 ide-ssr.workspace = true
69 ide.workspace = true
98 in-rust-tree = ["sysroot-abi", "ide/in-rust-tree", "syntax/in-rust-tree"]
/third_party/skia/m133/infra/cmake/
Dbuild_skia.sh26 …bin/gn gen ${OUT} --args='is_debug=false' --ide=json --json-ide-script=$SKIA_DIR/gn/gn_to_cmake.py…
/third_party/rust/rust/src/tools/rustfmt/
Datom.md5 …(https://rust-analyzer.github.io/) which is provided by [ide-rust](https://atom.io/packages/ide-ru…
7 `apm install ide-rust`
/third_party/curl/projects/
DREADME.md7 Building via IDE Project Files
27 |_<ide>
53 | |_<ide>
141 - `<ide>` - The IDE (For example: VC10)
/third_party/gn/tools/
Dfind_unreachable.py8 Finds unreachable gn targets by analysing --ide=json output
13 gn gen out --ide=json
53 help='JSON file from gn gen with --ide=json option')
/third_party/skia/m133/third_party/externals/libwebp/
Dgradle.properties3 # IDE (e.g. Android Studio) users:
4 # Gradle settings configured through the IDE *will override*
/third_party/skia/third_party/externals/libwebp/
Dgradle.properties3 # IDE (e.g. Android Studio) users:
4 # Gradle settings configured through the IDE *will override*
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/
DCargo.toml2 name = "ide-assists"
26 ide-db.workspace = true
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/
DCargo.toml2 name = "ide-ssr"
23 ide-db.workspace = true
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/
DCargo.toml2 name = "ide-diagnostics"
27 ide-db.workspace = true
/third_party/grpc/src/android/test/interop/
Dgradle.properties3 # IDE (e.g. Android Studio) users:
4 # Gradle settings configured through the IDE *will override*
/third_party/grpc/examples/android/helloworld/
Dgradle.properties3 # IDE (e.g. Android Studio) users:
4 # Gradle settings configured through the IDE *will override*
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/
DCargo.toml2 name = "ide-completion"
24 ide-db.workspace = true
/third_party/libwebsockets/test-apps/android/
Dgradle.properties3 # IDE (e.g. Android Studio) users:
4 # Gradle settings configured through the IDE *will override*
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
Dgradle.properties3 # IDE (e.g. Android Studio) users:
4 # Gradle settings configured through the IDE *will override*
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
Dgradle.properties2 # IDE (e.g. Android Studio) users:
3 # Gradle settings configured through the IDE *will override*
/third_party/grpc/third_party/toolchains/rbe_windows_vs2022_bazel7/cc/
DBUILD228IDE\\VC\\VCPackages;C:\\VS\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow;C:\\VS\\MSBuild\…
301IDE\\VC\\VCPackages;C:\\VS\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow;C:\\VS\\MSBuild\…

12345678910>>...12