Advanced 6 topic areas 21+ exercises

Developer Tools Engineer

Developer Tools Engineers build the editors, language servers, debuggers, and code intelligence infrastructure that software developers use every day. Their daily English covers writing LSP specification proposals, documenting extension APIs, presenting language server performance improvements, and writing developer-facing documentation for new editor features. This path covers the specialized vocabulary of editor tooling, language server protocols, and code analysis infrastructure.

Topics covered

  • Language Server Protocol
  • Debug Adapter Protocol
  • Tree-sitter grammars
  • VS Code extension API
  • Code intelligence
  • Editor infrastructure

Vocabulary spotlight

4 terms every Developer Tools Engineer should know in English:

LSP n.

Language Server Protocol — a JSON-RPC protocol that standardises how editors (clients) communicate with language-specific intelligence servers — enabling one language implementation to work across all LSP-supporting editors

"Implementing an LSP server for our domain-specific language immediately gave developers go-to-definition, hover docs, and diagnostics in VS Code, Neovim, and Emacs."
diagnostic n.

An error, warning, or hint reported by the language server about a specific code location — displayed as inline squiggles or in the Problems panel

"The language server emits a diagnostic for every unused import, helping developers clean up code before committing."
tree-sitter n.

An incremental parsing library that builds a concrete syntax tree for a source file in real time as the user types — used for syntax highlighting, code folding, and structural code analysis

"We wrote a tree-sitter grammar for our query language, which enabled accurate syntax highlighting in 15 editors immediately."
semantic tokens n.

LSP-based color tokens that allow a language server to provide fine-grained, semantically-aware syntax highlighting beyond what textmate grammars can express

"Semantic tokens let us highlight local variables differently from parameters — something token-based regex grammars cannot distinguish."
Open full glossary →

📚 Vocabulary Reference

Key terms organised by category for Developer Tools Engineers:

Protocols

LSPLanguage Server ProtocolDAPDebug Adapter ProtocolJSON-RPCcapability negotiationinitialize requesttextDocumentworkspaceserver capability

Language Intelligence

diagnosticcode actionhovergo to definitionfind referencesrename symbolcompletionsignature helpinlay hintsemantic tokens

Parsing & Syntax

tree-sitterconcrete syntax treeabstract syntax treeparser combinatorgrammarTextMate grammartokenizerlexerincremental parsingsyntax node

Editor Extension

VS Code extensionVSIXextension manifestactivation eventextension hostwebviewMonaco EditorCodeMirrorZed extensionextension API
Study full vocabulary modules →

Recommended exercises

Real-world scenarios you'll practise

  • Writing an LSP feature proposal: specifying the request/response format, error conditions, and client capability negotiation for a new language server feature
  • Documenting a VS Code extension: writing the README, feature overview, configuration reference, and known limitations for an extension marketplace listing
  • Presenting language server performance improvements: explaining the incremental parsing improvements and their impact on time-to-first-diagnostic
  • Writing a tree-sitter grammar specification: documenting the grammar rules, node types, and test corpus for a domain-specific language

Recommended reading

Explore another role

🏗️ SRE Platform Engineer

Open path →

Frequently Asked Questions

What English skills do Developer Tools Engineers most need to improve?+

Developer Tools Engineers most commonly need to improve: technical vocabulary (the correct English terms for domain concepts), collocation accuracy (using the right verb for each action), written communication (bug reports, PR descriptions, technical docs), and spoken communication for standups, code reviews, and stakeholder meetings.

How long does the Developer Tools Engineer learning path take?+

The Developer Tools Engineer learning path contains 20–40 hours of material studied comprehensively. Most learners focus on the highest-priority modules first and return to the rest over time. Spending 30 minutes per day for 4–6 weeks produces noticeable improvement in workplace English.

What vocabulary should a Developer Tools Engineer prioritise first?+

Start with the vocabulary that appears most in your daily work — terms you read in documentation, use in commit messages, and hear in meetings. The Developer Tools Engineer path begins with the most frequent vocabulary clusters before moving to advanced communication patterns.

Are there interview exercises for Developer Tools Engineer roles?+

Yes. The Developer Tools Engineer path includes role-specific interview question modules with model answers and key phrases — the actual questions interviewers ask and the vocabulary needed to answer them fluently. There is also a dedicated Interview Practice hub for general interview skills.

Does this path include pronunciation help?+

Yes. The path links to pronunciation exercises for the technical terms most commonly mispronounced in this domain. The Pronunciation hub includes drills for acronyms, silent letters, word stress, and minimal pairs — all in IT context.

What are the most common English mistakes Developer Tools Engineers make?+

The most common mistakes: incorrect collocations (using the wrong verb with a technical noun), false friends from L1, tense errors when narrating past incidents or walkthroughs, and using overly formal or overly casual register in written communication.

How do I improve my English for code reviews?+

Learn the standard code review collocations: approve a PR, request changes, leave a nit, address feedback, block a merge, resolve a conversation. Use hedging language for suggestions: "This might be cleaner as…", "Have you considered…?". The Collocations section includes a dedicated Code Review set.

Can I use this path alongside my daily work?+

Yes — the path is designed for working professionals. Each exercise set takes 10–15 minutes. The most effective approach is to study a vocabulary module before a meeting or task where you'll use that vocabulary, then practise immediately after. Context-linked practice produces much faster retention.

Is the content free?+

Yes, completely free. No registration required, no payment, no time limit. All vocabulary modules, exercises, glossary entries, and learning path guides are open access.

How do I track my progress through this path?+

Progress is tracked in your browser's local storage — completed exercise sets are marked with a checkmark when you return. No account is needed. You can bookmark specific modules and use the exercises overview to see which sets you've completed.