Skip to content

Commit c1935a2

Browse files
authored
Merge pull request #7 from heilgar/feat/autocmp
add auto completion
2 parents 5b80f51 + 0827efb commit c1935a2

13 files changed

+1416
-255
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0] 2025-05-01
9+
### Added
10+
* Intelligent Autocompletion System
11+
* Environment variable completion with `{{` trigger
12+
* HTTP method completion at the start of requests
13+
* HTTP header name completion with documentation
14+
* Content type suggestions for Content-Type and Accept headers
15+
* Adaptive filtering for better matching as you type
16+
* Robust support for nvim-cmp
17+
* Fallback completion for vanilla Neovim
18+
* Caching system for recently used variables
19+
* Context-aware completion based on cursor position
20+
821
## [1.3.0] 2025-04-03
922
### Added
1023
* Request Profiling Capabilities

0 commit comments

Comments
 (0)